aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@animus.robocracy.org>2009-12-02 19:43:57 -0800
committerBryan Newbold <bnewbold@animus.robocracy.org>2009-12-02 19:43:57 -0800
commitf6e4f038b90e2886cfc7ef3b401cea5fb5fe2035 (patch)
tree2e8094713a1c66347e471df00f7801dcbb246b8c /static
parent47bdef8be4cc2c660a15e0f688a0084118960172 (diff)
downloadbnewnet-f6e4f038b90e2886cfc7ef3b401cea5fb5fe2035.tar.gz
bnewnet-f6e4f038b90e2886cfc7ef3b401cea5fb5fe2035.zip
lists
Diffstat (limited to 'static')
-rw-r--r--static/style/default.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/style/default.css b/static/style/default.css
index 77f6845..ff77da5 100644
--- a/static/style/default.css
+++ b/static/style/default.css
@@ -16,6 +16,15 @@ a:hover {
a.subtle {
color: black;
text-decoration: none; }
+ol,ul {
+ margin-top: 8px;
+ margin-left: 30px; }
+li {
+ margin-top: 2px; }
+ol {
+ list-style: number; }
+ul {
+ list-style: square; }
h1 {
font-size: 200%;
margin: 10px 10px 0px 8px;