diff options
| author | Mark Otto <[email protected]> | 2011-11-12 01:05:19 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-11-12 01:05:19 -0800 |
| commit | 1f51ce058b97117cfc3811c9695fcbe6733b70ad (patch) | |
| tree | 0eb3c436c116c654ceed3f759f8d3f25a2566e3f /bootstrap.css | |
| parent | ceeeffc14593d0a8558f56877639118dded8cceb (diff) | |
| download | bootstrap-1f51ce058b97117cfc3811c9695fcbe6733b70ad.tar.xz bootstrap-1f51ce058b97117cfc3811c9695fcbe6733b70ad.zip | |
ensure two-thirds grid offsets work the same as the others
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap.css b/bootstrap.css index 36b102ead..75780fccc 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Sat Nov 12 00:51:48 PST 2011 + * Date: Sat Nov 12 01:04:51 PST 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -380,10 +380,10 @@ a:hover { .span-two-thirds { width: 620px; } -.offset-one-third { +.row > .offset-one-third { margin-left: 340px; } -.offset-two-thirds { +.row > .offset-two-thirds { margin-left: 660px; } /* Typography.less |
