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.
This commit is contained in:
Bharat Mediratta
2010-09-08 21:34:16 -07:00
parent fe3dd6b55d
commit 5cd34160af
4 changed files with 63 additions and 113 deletions
+5
View File
@@ -222,6 +222,11 @@ th {
background-color: #fff;
}
ul.enumeration li {
list-style-type: disc;
margin-left: 20px;
}
/*** ******************************************************************
* 3) Page layout containers
*********************************************************************/