diff options
| author | Jacob Thornton <[email protected]> | 2011-08-26 19:31:50 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-26 19:31:50 -0700 |
| commit | df8b65445c332c6fa68858a8f839c24f8b4413ad (patch) | |
| tree | a7a96aa50a203961cb2f253f9fed984f5bd70ebc | |
| parent | 842683b6dfd799a5b665875d981196a623ca0840 (diff) | |
| download | bootstrap-df8b65445c332c6fa68858a8f839c24f8b4413ad.tar.xz bootstrap-df8b65445c332c6fa68858a8f839c24f8b4413ad.zip | |
small typo in offset generation
| -rw-r--r-- | bootstrap-1.1.1.css | 4 | ||||
| -rw-r--r-- | bootstrap-1.1.1.min.css | 2 | ||||
| -rw-r--r-- | lib/scaffolding.less | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap-1.1.1.css b/bootstrap-1.1.1.css index 9ece1008d..9f422a243 100644 --- a/bootstrap-1.1.1.css +++ b/bootstrap-1.1.1.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: Fri Aug 26 15:21:30 PDT 2011 + * Date: Fri Aug 26 19:31:44 PDT 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). @@ -373,7 +373,7 @@ table { margin-left: 500px; } .row .offset9 { - margin-left: 500px; + margin-left: 560px; } .row .offset10 { margin-left: 620px; diff --git a/bootstrap-1.1.1.min.css b/bootstrap-1.1.1.min.css index 06bff3eb7..8d8a00b95 100644 --- a/bootstrap-1.1.1.min.css +++ b/bootstrap-1.1.1.min.css @@ -56,7 +56,7 @@ table{border-collapse:collapse;border-spacing:0;} .row .offset6{margin-left:380px;} .row .offset7{margin-left:440px;} .row .offset8{margin-left:500px;} -.row .offset9{margin-left:500px;} +.row .offset9{margin-left:560px;} .row .offset10{margin-left:620px;} .row .offset11{margin-left:680px;} .row .offset12{margin-left:740px;} diff --git a/lib/scaffolding.less b/lib/scaffolding.less index d1b621c13..ded9a1e5f 100644 --- a/lib/scaffolding.less +++ b/lib/scaffolding.less @@ -60,7 +60,7 @@ .offset6 { .offset(6); } .offset7 { .offset(7); } .offset8 { .offset(8); } - .offset9 { .offset(8); } + .offset9 { .offset(9); } .offset10 { .offset(10); } .offset11 { .offset(11); } .offset12 { .offset(12); } |
