From f6e4f038b90e2886cfc7ef3b401cea5fb5fe2035 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 2 Dec 2009 19:43:57 -0800 Subject: lists --- static/style/default.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'static') 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; -- cgit v1.2.3