Skip to content

Instantly share code, notes, and snippets.

@vocino
Created April 9, 2010 02:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vocino/360805 to your computer and use it in GitHub Desktop.
Save vocino/360805 to your computer and use it in GitHub Desktop.
.container {
margin-left: auto;
margin-right: auto;
width: 960px;
}
.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6,
.col_7,
.col_8,
.col_9,
.col_10,
.col_11,
.col_12 {
display: inline;
float: left;
position: relative;
margin-left: 17.5px;
margin-right: 17.5px;
}
.alpha {
margin-left: 0;
}
.omega {
margin-right: 0;
}
.container .col_1 {
width: 45px;
}
.container .col_2 {
width: 125px;
}
.container .col_3 {
width: 205px;
}
.container .col_4 {
width: 285px;
}
.container .col_5 {
width: 365px;
}
.container .col_6 {
width: 445px;
}
.container .col_7 {
width: 525px;
}
.container .col_8 {
width: 605px;
}
.container .col_9 {
width: 685px;
}
.container .col_10 {
width: 765px;
}
.container .col_11 {
width: 845px;
}
.container .col_12 {
width: 925px;
}
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
.group:after {
clear: both;
content: ' ';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0;
}
.group {
display: inline-block;
}
* html .group {
height: 1%;
}
.group {
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment