Skip to content

Instantly share code, notes, and snippets.

@mysteriouspants
Created December 21, 2011 19:10
Show Gist options
  • Save mysteriouspants/1507255 to your computer and use it in GitHub Desktop.
Save mysteriouspants/1507255 to your computer and use it in GitHub Desktop.
Fix for nested lists in Octopress
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