From fb052b528ad5f0a92f7420ab8ade16462b6435fd Mon Sep 17 00:00:00 2001 From: Pedro Mourelle Date: Mon, 25 Feb 2013 03:18:27 -0300 Subject: Fixed #19900 -- Updated admin buttons to use CSS3 rounded corners. --- docs/releases/1.7.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 8c5a0fb585..a7ab751dd4 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -72,6 +72,9 @@ Minor features allowing the ``published`` element to be included in the feed (which relies on ``pubdate``). +* Buttons in :mod:`django.contrib.admin` now use the ``border-radius`` CSS + property for rounded corners rather than GIF background images. + Backwards incompatible changes in 1.7 ===================================== -- cgit v1.3