diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/scaffolding.less | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/lib/scaffolding.less b/lib/scaffolding.less index bd7bf873c..a0066393e 100644 --- a/lib/scaffolding.less +++ b/lib/scaffolding.less @@ -116,18 +116,18 @@ a { // 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 |
