Skip to content

Instantly share code, notes, and snippets.

@seyDoggy
Created January 18, 2013 17:00
Show Gist options
  • Save seyDoggy/4566087 to your computer and use it in GitHub Desktop.
Save seyDoggy/4566087 to your computer and use it in GitHub Desktop.
Our homegrown grid system
/* @group seyDoggy Grid */
.seydoggyGrid{margin-left:-1em;}
.seydoggyGrid .clear{clear:both;}
.seydoggyGrid .column{float:left;}
.seydoggyGrid .one{width:100%;}
.seydoggyGrid .two{width:50%;}
.seydoggyGrid .three{width:33.33%;}
.seydoggyGrid .four{width:25%;}
.seydoggyGrid .five{width:20%;}
.seydoggyGrid .six{width:16.66%;}
.seydoggyGrid .two3rds{width:66.66%;}
.seydoggyGrid .three4ths{width:75%;}
.seydoggyGrid .four5ths{width:80%;}
.seydoggyGrid .five6ths{width:83.33%;}
.seydoggyGrid .column .content{margin-left:1em;}
/* @end */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment