2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

adding more grid docs

This commit is contained in:
Mark Otto
2011-08-29 21:41:32 -07:00
parent f17fc367f7
commit 7070d44aed
4 changed files with 14 additions and 7 deletions
+2 -2
View File
@@ -54,8 +54,8 @@
// Unique column sizes for 16-column grid
.span-one-third { width: 300px; }
.span-two-thirds { width: 620px; }
.offset-one-third { margin-left: 320px; }
.offset-two-thirds { margin-left: 640px; }
.offset-one-third { margin-left: 340px; }
.offset-two-thirds { margin-left: 660px; }
}