diff options
author | Siri Reiter <siri@jones.dk> | 2013-01-08 15:37:13 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2013-01-08 15:37:13 +0100 |
commit | 35952375d81ba5442146c9db0dee8f13bfec9131 (patch) | |
tree | 28d66d070e17abc5b08a34f9cb6f6a6ba29570ed | |
parent | 3dd42e8ccf2362a62fd338248417b4777f5143d2 (diff) |
List margin bottom 1.2em.
-rw-r--r-- | local.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -34,6 +34,10 @@ p { margin-bottom: 1.2em; } +ul { + margin-bottom: 1.2em; +} + BODY { margin: 0; background-color: white; |