1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 12:59:05 +02:00

small typo in offset generation

This commit is contained in:
Jacob Thornton
2011-08-26 19:31:50 -07:00
parent 842683b6df
commit df8b65445c
3 changed files with 4 additions and 4 deletions

View File

@@ -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); }