Skip to content

Commit

Permalink
Additional fixes to 0bb7fb7
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Aug 12, 2013
1 parent 0bb7fb7 commit fc97cd2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions public/css/grid.less
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@

.row {
.columns, .col {
&.one { .make-column(1); }
&.two { .make-column(2); }
&.three { .make-column(3); }
&.four { .make-column(4); }
&.five { .make-column(5); }
&.six { .make-column(6); }
&.seven { .make-column(7); }
&.eight { .make-column(8); }
&.nine { .make-column(9); }
&.ten { .make-column(10); }
&.eleven { .make-column(11); }
&.twelve { .make-column(12); }
&.one { .make-lg-column(1); }
&.two { .make-lg-column(2); }
&.three { .make-lg-column(3); }
&.four { .make-lg-column(4); }
&.five { .make-lg-column(5); }
&.six { .make-lg-column(6); }
&.seven { .make-lg-column(7); }
&.eight { .make-lg-column(8); }
&.nine { .make-lg-column(9); }
&.ten { .make-lg-column(10); }
&.eleven { .make-lg-column(11); }
&.twelve { .make-lg-column(12); }
&.offset-by-one { .make-lg-column-offset(1); }
&.offset-by-two { .make-lg-column-offset(2); }
&.offset-by-three { .make-lg-column-offset(3); }
Expand Down
24 changes: 12 additions & 12 deletions public/css/style.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@

.row .columns.one,.row .col.one{position:relative;float:left;min-height:1px;padding-left:15px;padding-right:15px;}@media (max-width:767px){.row .columns.one,.row .col.one{width:8.333333333333332%;}}
.row .columns.two,.row .col.two{position:relative;float:left;min-height:1px;padding-left:15px;padding-right:15px;}@media (max-width:767px){.row .columns.two,.row .col.two{width:16.666666666666664%;}}
.row .columns.three,.row .col.three{position:relative;float:left;min-height:1px;padding-left:15px;padding-right:15px;}@media (max-width:767px){.row .columns.three,.row .col.three{width:25%;}}
.row .columns.four,.row .col.four{position:relative;float:left;min-height:1px;padding-left:15px;padding-right:15px;}@media (max-width:767px){.row .columns.four,.row .col.four{width:33.33333333333333%;}}
.row .columns.five,.row .col.five{position:relative;float:left;min-height:1px;padding-left:15px;padding-right:15px;}@media (max-width:767px){.row .columns.five,.row .col.five{width:41.66666666666667%;}}
.row .columns.six,.row .col.six{position:relative;float:left;min-height:1px;padding-left:15px;padding-right:15px;}@media (max-width:767px){.row .columns.six,.row .col.six{width:50%;}}
.row .columns.seven,.row .col.seven{position:relative;float:left;min-height:1px;padding-left:15px;padding-right:15px;}@media (max-width:767px){.row .columns.seven,.row .col.seven{width:58.333333333333336%;}}
.row .columns.eight,.row .col.eight{position:relative;float:left;min-height:1px;padding-left:15px;padding-right:15px;}@media (max-width:767px){.row .columns.eight,.row .col.eight{width:66.66666666666666%;}}
.row .columns.nine,.row .col.nine{position:relative;float:left;min-height:1px;padding-left:15px;padding-right:15px;}@media (max-width:767px){.row .columns.nine,.row .col.nine{width:75%;}}
.row .columns.ten,.row .col.ten{position:relative;float:left;min-height:1px;padding-left:15px;padding-right:15px;}@media (max-width:767px){.row .columns.ten,.row .col.ten{width:83.33333333333334%;}}
.row .columns.eleven,.row .col.eleven{position:relative;float:left;min-height:1px;padding-left:15px;padding-right:15px;}@media (max-width:767px){.row .columns.eleven,.row .col.eleven{width:91.66666666666666%;}}
.row .columns.twelve,.row .col.twelve{position:relative;float:left;min-height:1px;padding-left:15px;padding-right:15px;}@media (max-width:767px){.row .columns.twelve,.row .col.twelve{width:100%;}}
.row .columns.one,.row .col.one{position:relative;min-height:1px;padding-left:15px;padding-right:15px;}@media (min-width:1200px){.row .columns.one,.row .col.one{float:left;width:8.333333333333332%;}}
.row .columns.two,.row .col.two{position:relative;min-height:1px;padding-left:15px;padding-right:15px;}@media (min-width:1200px){.row .columns.two,.row .col.two{float:left;width:16.666666666666664%;}}
.row .columns.three,.row .col.three{position:relative;min-height:1px;padding-left:15px;padding-right:15px;}@media (min-width:1200px){.row .columns.three,.row .col.three{float:left;width:25%;}}
.row .columns.four,.row .col.four{position:relative;min-height:1px;padding-left:15px;padding-right:15px;}@media (min-width:1200px){.row .columns.four,.row .col.four{float:left;width:33.33333333333333%;}}
.row .columns.five,.row .col.five{position:relative;min-height:1px;padding-left:15px;padding-right:15px;}@media (min-width:1200px){.row .columns.five,.row .col.five{float:left;width:41.66666666666667%;}}
.row .columns.six,.row .col.six{position:relative;min-height:1px;padding-left:15px;padding-right:15px;}@media (min-width:1200px){.row .columns.six,.row .col.six{float:left;width:50%;}}
.row .columns.seven,.row .col.seven{position:relative;min-height:1px;padding-left:15px;padding-right:15px;}@media (min-width:1200px){.row .columns.seven,.row .col.seven{float:left;width:58.333333333333336%;}}
.row .columns.eight,.row .col.eight{position:relative;min-height:1px;padding-left:15px;padding-right:15px;}@media (min-width:1200px){.row .columns.eight,.row .col.eight{float:left;width:66.66666666666666%;}}
.row .columns.nine,.row .col.nine{position:relative;min-height:1px;padding-left:15px;padding-right:15px;}@media (min-width:1200px){.row .columns.nine,.row .col.nine{float:left;width:75%;}}
.row .columns.ten,.row .col.ten{position:relative;min-height:1px;padding-left:15px;padding-right:15px;}@media (min-width:1200px){.row .columns.ten,.row .col.ten{float:left;width:83.33333333333334%;}}
.row .columns.eleven,.row .col.eleven{position:relative;min-height:1px;padding-left:15px;padding-right:15px;}@media (min-width:1200px){.row .columns.eleven,.row .col.eleven{float:left;width:91.66666666666666%;}}
.row .columns.twelve,.row .col.twelve{position:relative;min-height:1px;padding-left:15px;padding-right:15px;}@media (min-width:1200px){.row .columns.twelve,.row .col.twelve{float:left;width:100%;}}
@media (min-width:1200px){.row .columns.offset-by-one,.row .col.offset-by-one{margin-left:8.333333333333332%;}}
@media (min-width:1200px){.row .columns.offset-by-two,.row .col.offset-by-two{margin-left:16.666666666666664%;}}
@media (min-width:1200px){.row .columns.offset-by-three,.row .col.offset-by-three{margin-left:25%;}}
Expand Down

0 comments on commit fc97cd2

Please sign in to comment.