aboutsummaryrefslogtreecommitdiffstats
path: root/static/style/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style/default.css')
-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;