Skip to content

Instantly share code, notes, and snippets.

@rodp
Created March 15, 2012 14:36
Show Gist options
  • Save rodp/2044512 to your computer and use it in GitHub Desktop.
Save rodp/2044512 to your computer and use it in GitHub Desktop.
Reason behind CSS classes
/* Sometimes, other elements just need to stay the fuck away */
.space.above { padding-top: 5px; }
.personal.space.above { padding-top: 10px; }
.more.personal.space.above { padding-top: 15px; }
.space.below { padding-bottom: 5px; }
.personal.space.below { padding-bottom: 10px; }
.more.personal.space.below { padding-bottom: 15px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment