Created
January 18, 2013 17:00
-
-
Save seyDoggy/4566087 to your computer and use it in GitHub Desktop.
Our homegrown grid system
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
/* @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