aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-08-29 21:41:32 -0700
committerMark Otto <[email protected]>2011-08-29 21:41:32 -0700
commit7070d44aed65344ed52ffbf2a3a9c1ce91c69035 (patch)
treefb2fc2b19a2c8a992b5c3fae3d1caf2bfe52f9bb /lib
parentf17fc367f724ef68e287c45c129558fb62fc6b8e (diff)
downloadbootstrap-7070d44aed65344ed52ffbf2a3a9c1ce91c69035.tar.xz
bootstrap-7070d44aed65344ed52ffbf2a3a9c1ce91c69035.zip
adding more grid docs
Diffstat (limited to 'lib')
-rw-r--r--lib/scaffolding.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/scaffolding.less b/lib/scaffolding.less
index 2bbb1dc6c..7fbab7d43 100644
--- a/lib/scaffolding.less
+++ b/lib/scaffolding.less
@@ -54,8 +54,8 @@
// Unique column sizes for 16-column grid
.span-one-third { width: 300px; }
.span-two-thirds { width: 620px; }
- .offset-one-third { margin-left: 320px; }
- .offset-two-thirds { margin-left: 640px; }
+ .offset-one-third { margin-left: 340px; }
+ .offset-two-thirds { margin-left: 660px; }
}