adding commas to the indented declarations for mobile...doh

This commit is contained in:
Dave Gamache 2011-08-29 22:03:05 -07:00
parent c06276bfc6
commit 2dc00e0924

View File

@ -150,20 +150,20 @@
.g-2-3rds { width: 300px; } .g-2-3rds { width: 300px; }
/* Offsets */ /* Offsets */
.indent-1 .indent-1,
.indent-2 .indent-2,
.indent-3 .indent-3,
.indent-4 .indent-4,
.indent-5 .indent-5,
.indent-6 .indent-6,
.indent-7 .indent-7,
.indent-8 .indent-8,
.indent-9 .indent-9,
.indent-10 .indent-10,
.indent-11 .indent-11,
.indent-12 .indent-12,
.indent-13 .indent-13,
.indent-14 .indent-14,
.indent-15 { padding-left: 0; } .indent-15 { padding-left: 0; }
} }