aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-11-04 13:34:44 -0700
committerJacob Thornton <[email protected]>2011-11-04 13:34:44 -0700
commitde44b4c653d817c407983c9f94f535e2959749bf (patch)
tree516cf39208db8b50ad36b02eb7046782aa659092 /lib
parent77a315d69d32eb054b93a656594db7ed0ea34fc9 (diff)
downloadbootstrap-de44b4c653d817c407983c9f94f535e2959749bf.tar.xz
bootstrap-de44b4c653d817c407983c9f94f535e2959749bf.zip
fix > & bug and point to 1.1.4 less version
Diffstat (limited to 'lib')
-rw-r--r--lib/scaffolding.less24
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