From: sarven Date: Tue, 20 Jan 2009 22:55:46 +0000 (+0000) Subject: Styles for nested
  • s X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=caeb74c9a5598147a77d0bb250d8fde67ad929ad;p=quix0rs-gnu-social.git Styles for nested
  • s --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index ec193b9b60..61ce2d043d 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*/