summaryrefslogtreecommitdiff
path: root/style/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style/style.css')
-rw-r--r--style/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/style/style.css b/style/style.css
index d6c96b6..216d36f 100644
--- a/style/style.css
+++ b/style/style.css
@@ -236,13 +236,17 @@ ul#navi {
padding-bottom: 15px;
}
-#page ul {
+#page ul, #page ol {
padding: 0;
margin-top: 0.5em;
margin-bottom: 0.5em;
font-size: 15px;
}
+#page li {
+ padding-right: 10px;
+}
+
#footer {
margin: 0 auto;
padding: 20px 0;