Skip to content

Commit df8b654

Browse files
committed
small typo in offset generation
1 parent 842683b commit df8b654

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bootstrap-1.1.1.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* http://www.apache.org/licenses/LICENSE-2.0
77
*
88
* Designed and built with all the love in the world @twitter by @mdo and @fat.
9-
* Date: Fri Aug 26 15:21:30 PDT 2011
9+
* Date: Fri Aug 26 19:31:44 PDT 2011
1010
*/
1111
/* Reset.less
1212
* 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 {
373373
margin-left: 500px;
374374
}
375375
.row .offset9 {
376-
margin-left: 500px;
376+
margin-left: 560px;
377377
}
378378
.row .offset10 {
379379
margin-left: 620px;

bootstrap-1.1.1.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/scaffolding.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
.offset6 { .offset(6); }
6161
.offset7 { .offset(7); }
6262
.offset8 { .offset(8); }
63-
.offset9 { .offset(8); }
63+
.offset9 { .offset(9); }
6464
.offset10 { .offset(10); }
6565
.offset11 { .offset(11); }
6666
.offset12 { .offset(12); }

0 commit comments

Comments
 (0)