0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 05:02:43 +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{
text-indent : 1em;
}
}
// Nested lists
ul ul,ol ol,ul ol,ol ul{
margin-left: 1.5em;
}
}