Skip to content

Commit

Permalink
Minor Fix on .col
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hartman committed Jan 29, 2012
1 parent b668c01 commit 3211830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base.css
Expand Up @@ -55,7 +55,7 @@ td {}
.section {min-width: 280px; max-width: 960px; margin: 0 auto; padding: 0 20px; overflow: hidden;}
.content-block {position: relative; display: table-cell; float: none;}
.col {margin-left: 4.166666666667%; /* this percent is approximately a 40px from a 960px grid */}
.col:first-child {margin-left: 0; margin-right: 4.166666666667%}
.col:first-child {margin-left: 0; margin-right: 0;}

.one {width: 8.333333333333%; /* this percent is approximately 80px from a 960px grid */}
.two {width: 16.666666666667%; /* this percent is approximately 160px from a 960px grid */}
Expand Down

0 comments on commit 3211830

Please sign in to comment.