Commit df8b6544 authored by Jacob Thornton's avatar Jacob Thornton
Browse files

small typo in offset generation

parent 842683b6
No related merge requests found
Showing with 4 additions and 4 deletions
+4 -4
......@@ -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;
......
......@@ -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;}
......
......@@ -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); }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment