aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorMark Lentczner <markl@glyphic.com>2010-04-03 19:14:22 +0000
committerMark Lentczner <markl@glyphic.com>2010-04-03 19:14:22 +0000
commitf78afee6309a1f1baffc20b09639625a37944062 (patch)
treeff6353611d25ffeedf4554d27975ff0a85218c11 /html
parent4929e83c917d8b54ec3e2a0f945876b235e9faca (diff)
clean up Doc formatting code
- add CSS for lists - renderToString now uses showHtml since prettyHtml messes up <pre> sections
Diffstat (limited to 'html')
-rw-r--r--html/xhaddock.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/html/xhaddock.css b/html/xhaddock.css
index 4e22e196..bd86eeb1 100644
--- a/html/xhaddock.css
+++ b/html/xhaddock.css
@@ -49,6 +49,12 @@ p {
margin-bottom: 1em;
}
+ul, ol, dl {
+ padding-top: 2px;
+ padding-left: 3em;
+ margin-bottom: 1em;
+}
+
pre {
padding-top: 2px;
padding-left: 20px;