diff options
-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; |