diff options
author | Joris Guyonvarch | 2015-02-19 00:24:15 +0100 |
---|---|---|
committer | Joris Guyonvarch | 2015-02-19 00:24:15 +0100 |
commit | d2788afdf5ae553df909e5a0403a5ed9db25baf8 (patch) | |
tree | af3b7bb2b7a8df5dc0c1b28ade7bd5ac2a6c9661 | |
parent | df2a5d4abe8ecbd4edd8569e84b6fbec64754798 (diff) |
Better ul & ol spacing
-rw-r--r-- | style.css | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -64,6 +64,26 @@ ul { margin-bottom: 30px; } +ol { + margin-bottom: 30px; +} + +ul ul { + margin-bottom: 0px; +} + +ul ol { + margin-bottom: 0px; +} + +ol ul { + margin-bottom: 0px; +} + +ol ol { + margin-bottom: 0px; +} + li { margin-left: 30px; margin-bottom: 5px; |