diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style/default.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/static/style/default.css b/static/style/default.css index ed22d76..3c0ba5b 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -24,9 +24,9 @@ li { margin-bottom: 1px; margin-top: 1px; } ol { - list-style: number; } + list-style-type: decimal; } ul { - list-style: square; } + list-style: circle; } dd { margin-left: 18px; margin-top: .5em; @@ -203,6 +203,8 @@ pre.terminal { float: right; position: relative; color: #777777; } +.sidebar img { + border: none; } .right_stuff a, .right_stuff a:visited { color: #7777DD; } .right_stuff a:hover { |