diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-20 22:50:51 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-20 22:50:51 +0000 |
commit | b8c4d0cad686fc942bf02dd6d4d8c39ca2158ea8 (patch) | |
tree | d85bf1406c3ac6fbbb643b67c408cbadec200e88 | |
parent | bb4a6a514bb62a0fef2314512c121951a40437e7 (diff) |
p and ul style for doc pages
-rw-r--r-- | theme/base/css/display.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index fc1f35e35..ec193b9b6 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*/ |