diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-20 22:55:46 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-20 22:55:46 +0000 |
commit | caeb74c9a5598147a77d0bb250d8fde67ad929ad (patch) | |
tree | ae2e2afee9c97b1aae0613919a7080fb7fbac78d /theme/base | |
parent | b8c4d0cad686fc942bf02dd6d4d8c39ca2158ea8 (diff) |
Styles for nested <li>s
Diffstat (limited to 'theme/base')
-rw-r--r-- | theme/base/css/display.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index ec193b9b6..61ce2d043 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -963,12 +963,20 @@ border-right:0; +/*If there is hentry on #content_inner, this doesn't need to be specific to #doc */ #doc #content_inner p { margin-bottom:18px; } +#doc #content_inner ol, #doc #content_inner ul { list-style-position:inside; } +#doc #content_inner li { +margin-bottom:18px; +} +#doc #content_inner li li { +margin-left:18px; +} /*START: LOAD ALONG WITH JS*/ |