From: cash Date: Sun, 20 Nov 2011 13:10:47 +0000 (-0500) Subject: fixed error in css for .elgg-output ordered lists X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3d70cedc6ab5c70511fef63accbe7a554c63e914;p=lorea%2Felgg.git fixed error in css for .elgg-output ordered lists --- 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; }