0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 21:52:43 +00:00

Removing the bottom margin off of nested lists

This commit is contained in:
Scott Tolksdorf
2016-04-20 01:29:13 -04:00
parent bfa0567aad
commit 3af6d8763e

View File

@@ -386,5 +386,6 @@
// Nested lists // Nested lists
ul ul,ol ol,ul ol,ol ul{ ul ul,ol ol,ul ol,ol ul{
margin-left: 1.5em; margin-left: 1.5em;
margin-bottom : 0px;
} }
} }