aboutsummaryrefslogtreecommitdiff
path: root/views/default/css
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2011-11-20 08:10:47 -0500
committercash <cash.costello@gmail.com>2011-11-20 08:10:47 -0500
commit6ad10da8fb3195a063634df23558430625d6c2a5 (patch)
tree9fc811d8096290915e4f8cdd735870e941acc1a4 /views/default/css
parented13a36bfd53a3a0a66a4d52849e096ccb4ae5b5 (diff)
downloadelgg-6ad10da8fb3195a063634df23558430625d6c2a5.tar.gz
elgg-6ad10da8fb3195a063634df23558430625d6c2a5.tar.bz2
fixed error in css for .elgg-output ordered lists
Diffstat (limited to 'views/default/css')
-rw-r--r--views/default/css/elements/typography.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/css/elements/typography.php b/views/default/css/elements/typography.php
index f080a29b2..d93b28d2c 100644
--- a/views/default/css/elements/typography.php
+++ b/views/default/css/elements/typography.php
@@ -139,7 +139,7 @@ h6 { font-size: 0.8em; }
.elgg-output dt { font-weight: bold }
.elgg-output dd { margin: 0 0 1em 1em }
-.elgg-output ul, ol {
+.elgg-output ul, .elgg-output ol {
margin: 0 1.5em 1.5em 0;
padding-left: 1.5em;
}