summaryrefslogtreecommitdiff
path: root/themes/admin_wind/css/screen.css
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2011-04-24 11:53:29 -0400
committerChad Kieffer <ckieffer@gmail.com>2011-04-24 11:53:29 -0400
commitb4cdd016dc97f2df608bb14d2088cb4ddbd32c35 (patch)
tree0ac0e0a102555c8b201a04d3e56d2024e3968918 /themes/admin_wind/css/screen.css
parentbbb2a3a30c57592b1baed17533bc3a2e7edb2e8a (diff)
Third times the charm. Rethink unordered lists and bullets. Revert to turning them off by default and provide a new class, g-text, to define a list or a section of text as needing to display bullets.
Diffstat (limited to 'themes/admin_wind/css/screen.css')
-rw-r--r--themes/admin_wind/css/screen.css17
1 files changed, 2 insertions, 15 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css
index f01c2a94..6f1c0962 100644
--- a/themes/admin_wind/css/screen.css
+++ b/themes/admin_wind/css/screen.css
@@ -92,25 +92,12 @@ a:hover,
/* Lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-#g-content ul li {
+ul.g-text li,
+.g-text ul li {
list-style-type: disc;
margin-left: 1em;
}
-form ul li,
-#g-action-status li,
-#g-log-entries li,
-#g-tag-admin li,
-.g-buttonset li,
-.g-buttonset-vertical li,
-.g-paginator li,
-.ui-sortable li,
-.ui-widget-header li {
- list-style: none !important;
- margin-left: 0 !important;
-}
-
-
/* Forms ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
form {