Created
December 21, 2011 19:10
-
-
Save mysteriouspants/1507255 to your computer and use it in GitHub Desktop.
Fix for nested lists in Octopress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ul ul, ol ol { margin-bottom: 0px !important; } // hack for soapy-spaghetti | |
// see the big 'ole list at http://chrismiller.at/blog/2011/12/21/soapy-spaghetti/ | |
// and notice how the sub-lists don't have the bottom margin | |
// as a side note, it'd be cool if someone knew how to do this without the evil | |
// !important bit, but it was a quick hack and worked for me. | |
// if the margin below nested lists is intentional, that's totally cool, too! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment