Skip to content

Instantly share code, notes, and snippets.

@vio
Created August 3, 2012 13:54
Show Gist options
  • Save vio/3247912 to your computer and use it in GitHub Desktop.
Save vio/3247912 to your computer and use it in GitHub Desktop.
Meaningful class names - the wrong way
/*-------------------------------------------------------------------
Custom Common Selectors
-------------------------------------------------------------------*/
.clear {clear:both;}
.floatLeft {float:left !important;}
.floatRight {float:right !important;}
.marginNone {margin:0 !important;}
.marginBot10 {margin-bottom:10px;}
.marginLeft10 {margin-left:10px;}
.marginRight10 {margin-right:10px;}
.padding10 {padding:10px !important;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment