diff options
-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*/ |