diff options
author | Mark Lentczner <markl@glyphic.com> | 2010-04-03 19:14:22 +0000 |
---|---|---|
committer | Mark Lentczner <markl@glyphic.com> | 2010-04-03 19:14:22 +0000 |
commit | f78afee6309a1f1baffc20b09639625a37944062 (patch) | |
tree | ff6353611d25ffeedf4554d27975ff0a85218c11 /html/xhaddock.css | |
parent | 4929e83c917d8b54ec3e2a0f945876b235e9faca (diff) |
clean up Doc formatting code
- add CSS for lists
- renderToString now uses showHtml since prettyHtml messes up <pre> sections
Diffstat (limited to 'html/xhaddock.css')
-rw-r--r-- | html/xhaddock.css | 6 |
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; |