From 8c0680cd99603f2ba7e4a5375c56dae4c45ea54a Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 24 Jan 2010 03:03:42 -0500 Subject: dd style --- static/style/default.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'static') 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; -- cgit v1.2.3