diff options
| author | Mark Otto <[email protected]> | 2011-08-29 21:41:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-29 21:41:32 -0700 |
| commit | 7070d44aed65344ed52ffbf2a3a9c1ce91c69035 (patch) | |
| tree | fb2fc2b19a2c8a992b5c3fae3d1caf2bfe52f9bb /lib/scaffolding.less | |
| parent | f17fc367f724ef68e287c45c129558fb62fc6b8e (diff) | |
| download | bootstrap-7070d44aed65344ed52ffbf2a3a9c1ce91c69035.tar.xz bootstrap-7070d44aed65344ed52ffbf2a3a9c1ce91c69035.zip | |
adding more grid docs
Diffstat (limited to 'lib/scaffolding.less')
| -rw-r--r-- | lib/scaffolding.less | 4 |
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; } } |
