aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-08-26 19:31:50 -0700
committerJacob Thornton <[email protected]>2011-08-26 19:31:50 -0700
commitdf8b65445c332c6fa68858a8f839c24f8b4413ad (patch)
treea7a96aa50a203961cb2f253f9fed984f5bd70ebc /lib
parent842683b6dfd799a5b665875d981196a623ca0840 (diff)
downloadbootstrap-df8b65445c332c6fa68858a8f839c24f8b4413ad.tar.xz
bootstrap-df8b65445c332c6fa68858a8f839c24f8b4413ad.zip
small typo in offset generation
Diffstat (limited to 'lib')
-rw-r--r--lib/scaffolding.less2
1 files changed, 1 insertions, 1 deletions
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); }