From 457dc1ffbadc5fc1f0a43371f0471796d907408f Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 12 Jul 2016 21:52:40 -0700 Subject: small style tweaks: lists; no sidebar img border --- static/style/default.css | 6 ++++-- 1 file 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 { -- cgit v1.2.3