diff options
author | Bryan Newbold <bnewbold@animus.robocracy.org> | 2009-12-02 19:43:57 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@animus.robocracy.org> | 2009-12-02 19:43:57 -0800 |
commit | f6e4f038b90e2886cfc7ef3b401cea5fb5fe2035 (patch) | |
tree | 2e8094713a1c66347e471df00f7801dcbb246b8c /static | |
parent | 47bdef8be4cc2c660a15e0f688a0084118960172 (diff) | |
download | bnewnet-f6e4f038b90e2886cfc7ef3b401cea5fb5fe2035.tar.gz bnewnet-f6e4f038b90e2886cfc7ef3b401cea5fb5fe2035.zip |
lists
Diffstat (limited to 'static')
-rw-r--r-- | static/style/default.css | 9 |
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; |