diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-09-08 21:34:16 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-09-08 21:34:16 -0700 |
commit | 5cd34160af2fa1d4499d98aaa807712995082a20 (patch) | |
tree | b8713d56b6f4cc21684ee797a2deb2a263b39529 /themes | |
parent | fe3dd6b55d4a820a2b33de5a883c2f64112cfbd4 (diff) |
Remove unnecessary g2_import CSS (which we were loading on every page
-- doh!) and replace it with a new "enumeration" list style in the
admin_wind CSS. Reshuffle the page a little bit to make it look cleaner.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/admin_wind/css/screen.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index eda79b97..0d891149 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -222,6 +222,11 @@ th { background-color: #fff; } +ul.enumeration li { + list-style-type: disc; + margin-left: 20px; +} + /*** ****************************************************************** * 3) Page layout containers *********************************************************************/ |