vendor/toolkit/twitter/bootstrap/scaffolding.less in twitter-bootstrap-rails-1.4.2 vs vendor/toolkit/twitter/bootstrap/scaffolding.less in twitter-bootstrap-rails-1.4.3

- old
+ new

@@ -114,24 +114,26 @@ .span23 { .columns(23); } .span24 { .columns(24); } // Offset column options .row { - & > .offset1 { .offset(1); } - & > .offset2 { .offset(2); } - & > .offset3 { .offset(3); } - & > .offset4 { .offset(4); } - & > .offset5 { .offset(5); } - & > .offset6 { .offset(6); } - & > .offset7 { .offset(7); } - & > .offset8 { .offset(8); } - & > .offset9 { .offset(9); } - & > .offset10 { .offset(10); } - & > .offset11 { .offset(11); } - & > .offset12 { .offset(12); } + > .offset1 { .offset(1); } + > .offset2 { .offset(2); } + > .offset3 { .offset(3); } + > .offset4 { .offset(4); } + > .offset5 { .offset(5); } + > .offset6 { .offset(6); } + > .offset7 { .offset(7); } + > .offset8 { .offset(8); } + > .offset9 { .offset(9); } + > .offset10 { .offset(10); } + > .offset11 { .offset(11); } + > .offset12 { .offset(12); } } // Unique column sizes for 16-column grid .span-one-third { width: 300px; } .span-two-thirds { width: 620px; } -.offset-one-third { margin-left: 340px; } -.offset-two-thirds { margin-left: 660px; } +.row { + > .offset-one-third { margin-left: 340px; } + > .offset-two-thirds { margin-left: 660px; } +} \ No newline at end of file