0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 01:12:44 +00:00

Merge pull request #82 from kkragenbrink/nested-lists

Fix for Nested Lists Not Working
This commit is contained in:
Scott
2016-04-20 01:27:17 -04:00

View File

@@ -383,4 +383,8 @@
table+p{ table+p{
text-indent : 1em; text-indent : 1em;
} }
} // Nested lists
ul ul,ol ol,ul ol,ol ul{
margin-left: 1.5em;
}
}