summaryrefslogtreecommitdiff
path: root/django/contrib/admin/media/css/forms.css
diff options
context:
space:
mode:
authorWilson Miner <wminer@gmail.com>2008-11-16 00:08:48 +0000
committerWilson Miner <wminer@gmail.com>2008-11-16 00:08:48 +0000
commit902df97f369f86b670d2254c9a54d05fd400069a (patch)
tree9ac185e51ddc690df27fab86c8e1b5837b5ef569 /django/contrib/admin/media/css/forms.css
parent2246d526b18acd2c4c22e9dea2ca338fb71233ed (diff)
Removed the hidden import rules in the contrib.admin stylesheets. Each individual stylesheet is now linked to explicitly from the template where it's used (in the extrastyle block), with the exception of widgets.css, which is imported by forms.css, but still available separately for reuse. Also moved the override stylesheets (IE and RTL) below the extrastyle block and all styles within the conditional comment which blocks CSS from IE5 and lower.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9463 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/contrib/admin/media/css/forms.css')
-rw-r--r--django/contrib/admin/media/css/forms.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/contrib/admin/media/css/forms.css b/django/contrib/admin/media/css/forms.css
index 46946b7f14..fbe4b753af 100644
--- a/django/contrib/admin/media/css/forms.css
+++ b/django/contrib/admin/media/css/forms.css
@@ -1,4 +1,3 @@
-@import url('base.css');
@import url('widgets.css');
/* FORM ROWS */