Skip to content

Instantly share code, notes, and snippets.

@jm
Created January 17, 2012 15:43
Show Gist options
  • Save jm/1627134 to your computer and use it in GitHub Desktop.
Save jm/1627134 to your computer and use it in GitHub Desktop.
.grid_1 {
width: 80px;
}
.grid_2 {
width: 180px;
}
.grid_3 {
width: 280px;
}
.grid_4 {
width: 380px;
}
.grid_5 {
width: 480px;
}
.grid_6 {
width: 580px;
}
.grid_7 {
width: 680px;
}
.grid_8 {
width: 780px;
}
.grid_9 {
width: 880px;
}
.grid_10 {
width: 980px;
}
.column {
margin: 0 10px;
overflow: hidden;
float: left;
display: inline;
}
.row {
width: 1000px;
margin: 0 auto;
overflow: hidden;
}
.row .row {
margin: 0 -10px;
width: auto;
display: inline-block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment