diff options
-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; |