aboutsummaryrefslogtreecommitdiff
path: root/lib/scaffolding.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-11-16 00:28:20 -0800
committerJacob Thornton <[email protected]>2011-11-16 00:28:20 -0800
commit90f8eb6c144bbd409f196a0b33ec4ae2b47e1eb5 (patch)
tree64e735a74d5256bcfd1769cc5b9c2a71402de22a /lib/scaffolding.less
parenta6f055ee5e74e14ce28a5f3246d8132f680e63f5 (diff)
parent270def40f76b692d28c37126e94beb307161e264 (diff)
downloadbootstrap-90f8eb6c144bbd409f196a0b33ec4ae2b47e1eb5.tar.xz
bootstrap-90f8eb6c144bbd409f196a0b33ec4ae2b47e1eb5.zip
Merge branch 'master' of https://github.com/twitter/bootstrap
Conflicts: bootstrap.css
Diffstat (limited to 'lib/scaffolding.less')
-rw-r--r--lib/scaffolding.less6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/scaffolding.less b/lib/scaffolding.less
index a0066393e..e99046253 100644
--- a/lib/scaffolding.less
+++ b/lib/scaffolding.less
@@ -133,5 +133,7 @@ a {
// 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