summaryrefslogtreecommitdiff
path: root/themes/wind/css
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2011-04-24 13:41:12 -0400
committerChad Kieffer <ckieffer@gmail.com>2011-04-24 13:41:12 -0400
commitce5a2532ebcd5131056df908d2da831e91407e9d (patch)
tree372c1b43bad67c28a0791384194055e5a7a4835e /themes/wind/css
parent90458673f41ede656b6e2ad07c8545b2450c8e41 (diff)
Extend .g-text list styles to ordered lists to admin_wind theme. Add .g-text list styles to wind theme.
Diffstat (limited to 'themes/wind/css')
-rw-r--r--themes/wind/css/screen.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css
index b470ab1c..81231426 100644
--- a/themes/wind/css/screen.css
+++ b/themes/wind/css/screen.css
@@ -111,6 +111,23 @@ a:hover,
padding-left: 32px;
}
+/* Lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
+
+ul.g-text li,
+.g-text ul li {
+ list-style-type: disc;
+}
+
+ol.g-text li,
+.g-text ol li {
+ list-style-type: decimal;
+}
+
+.g-text li,
+.g-text li {
+ margin-left: 1em;
+}
+
/* Forms ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
form {