aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-07-12 21:52:40 -0700
committerbnewbold <bnewbold@robocracy.org>2016-07-12 21:52:40 -0700
commit457dc1ffbadc5fc1f0a43371f0471796d907408f (patch)
treeb221ae94a323f807aa0608399c02fb4cdfef29dd
parent8a42127f44e3fb1a2a2485cfd76d08794f7722db (diff)
downloadbnewnet-457dc1ffbadc5fc1f0a43371f0471796d907408f.tar.gz
bnewnet-457dc1ffbadc5fc1f0a43371f0471796d907408f.zip
small style tweaks: lists; no sidebar img border
-rw-r--r--static/style/default.css6
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 {