diff options
author | bnewbold <bnewbold@ziggy.(none)> | 2010-01-24 03:03:42 -0500 |
---|---|---|
committer | bnewbold <bnewbold@ziggy.(none)> | 2010-01-24 03:03:42 -0500 |
commit | 8c0680cd99603f2ba7e4a5375c56dae4c45ea54a (patch) | |
tree | 31b42f7869c2bd98fb327dd459154cdcf5c5fd46 | |
parent | 18dc91022ee333027df9c8e84bfeeaf20d68906e (diff) | |
download | bnewnet-8c0680cd99603f2ba7e4a5375c56dae4c45ea54a.tar.gz bnewnet-8c0680cd99603f2ba7e4a5375c56dae4c45ea54a.zip |
dd style
-rw-r--r-- | static/style/default.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/static/style/default.css b/static/style/default.css index b3db7ec..8c8b6c9 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -17,14 +17,21 @@ a.subtle { color: black; text-decoration: none; } ol,ul { - margin-top: 8px; + margin-top: .5em; + margin-bottom: .5em; margin-left: 30px; } li { - margin-top: 2px; } + margin-bottom: 1px; + margin-top: 1px; } ol { list-style: number; } ul { list-style: square; } +dd { + margin-left: 18px; + margin-top: .5em; + margin-bottom: .5em; +} h1 { font-size: 200%; margin: 10px 10px 0px 8px; |