From caeb74c9a5598147a77d0bb250d8fde67ad929ad Mon Sep 17 00:00:00 2001 From: sarven Date: Tue, 20 Jan 2009 22:55:46 +0000 Subject: Styles for nested
  • s --- theme/base/css/display.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'theme') 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*/ -- cgit v1.2.3-54-g00ecf