* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Sat Jan 7 00:24:46 PST 2012
+ * Date: Sat Jan 7 00:29:11 PST 2012
*/
html, body {
margin: 0;
.container {
width: @siteWidth;
}
+ .row {
+ margin-left: @gridGutterWidth * -1;
+ }
[class*="span"] {
margin-left: @gridGutterWidth;
}
.offset12 { .offset(12); }
}
-*/
+*/
\ No newline at end of file
.container {
width: @siteWidth;
}
+ .row {
+ margin-left: @gridGutterWidth * -1;
+ }
[class*="span"] {
margin-left: @gridGutterWidth;
}
.offset12 { .offset(12); }
}
-*/
+*/
\ No newline at end of file