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:
@@ -383,4 +383,8 @@
|
||||
table+p{
|
||||
text-indent : 1em;
|
||||
}
|
||||
}
|
||||
// Nested lists
|
||||
ul ul,ol ol,ul ol,ol ul{
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user