summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2013-01-08 15:37:13 +0100
committerSiri Reiter <siri@jones.dk>2013-01-08 15:37:13 +0100
commit35952375d81ba5442146c9db0dee8f13bfec9131 (patch)
tree28d66d070e17abc5b08a34f9cb6f6a6ba29570ed
parent3dd42e8ccf2362a62fd338248417b4777f5143d2 (diff)
List margin bottom 1.2em.
-rw-r--r--local.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/local.css b/local.css
index e223f458..0be8ee07 100644
--- a/local.css
+++ b/local.css
@@ -34,6 +34,10 @@ p {
margin-bottom: 1.2em;
}
+ul {
+ margin-bottom: 1.2em;
+}
+
BODY {
margin: 0;
background-color: white;