File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
vendor/assets/stylesheets/bootstrap Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 585585 [class *= " span" ]:first-child {
586586 margin-left : 0 ;
587587 }
588-
589- // generate .spanX
590- @include gridFluidSpanX ($gridColumns , $columnWidth , $gutterWidth );
591588 }
592- }
593- @mixin gridFluidSpanX ($cols , $columnWidth , $gutterWidth ) {
594- @for $i from 1 through $cols {
595- .span#{$i } { @include gridFluidSpan ($i , $columnWidth , $gutterWidth ) };
589+ // generate .row-fluid > .spanX
590+ @for $i from 1 through $gridColumns {
591+ .row-fluid > .span#{$i } { @include gridFluidSpan ($i , $columnWidth , $gutterWidth ) };
596592 }
597593}
598594@mixin gridFluidSpan ($columns , $columnWidth , $gutterWidth ) {
622618 float : left ;
623619 margin-left : $gutterWidth ;
624620 @include gridFluidSpan ($columns , $columnWidth , $gutterWidth );
625- }
621+ }
You can’t perform that action at this time.
0 commit comments