Skip to content

Instantly share code, notes, and snippets.

@chucktrukk
Created May 1, 2011 20:24
Show Gist options
  • Save chucktrukk/950831 to your computer and use it in GitHub Desktop.
Save chucktrukk/950831 to your computer and use it in GitHub Desktop.
/*
Makes sense. From http://oppugn.us/posts/1287608776.html
*/
body {
width: 960px;
margin-left: auto;
margin-right: auto;
}
.container {
display:table;
width: 100%;
border-collapse:collapse;
border-spacing:10px;
}
.row {
display:table-row;
}
.row .cell {
display:table-cell;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment