From: sarven Date: Tue, 20 Jan 2009 22:50:51 +0000 (+0000) Subject: p and ul style for doc pages X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b8c4d0cad686fc942bf02dd6d4d8c39ca2158ea8;p=quix0rs-gnu-social.git p and ul style for doc pages --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index fc1f35e356..ec193b9b60 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -679,6 +679,8 @@ clear:both; + + /* NOTICE */ .notice { position:relative; @@ -961,8 +963,12 @@ border-right:0; - - +#doc #content_inner p { +margin-bottom:18px; +} +#doc #content_inner ul { +list-style-position:inside; +} /*START: LOAD ALONG WITH JS*/