2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

adding temp theme file to help with customization; still needs work

This commit is contained in:
Mark Otto
2011-09-03 22:53:21 -07:00
parent 0b70eb630e
commit 7882f0f64b
5 changed files with 114 additions and 1 deletions
+10
View File
@@ -37,6 +37,16 @@
.span15 { .columns(15); }
.span16 { .columns(16); }
// For optional 24-column grid
.span17 { .columns(17); }
.span18 { .columns(18); }
.span19 { .columns(19); }
.span20 { .columns(20); }
.span21 { .columns(21); }
.span22 { .columns(22); }
.span23 { .columns(23); }
.span24 { .columns(24); }
// Offset column options
.offset1 { .offset(1); }
.offset2 { .offset(2); }