2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

ensure two-thirds grid offsets work the same as the others

This commit is contained in:
Mark Otto
2011-11-12 01:05:19 -08:00
parent ceeeffc145
commit 1f51ce058b
3 changed files with 9 additions and 7 deletions
+4 -2
View File
@@ -133,5 +133,7 @@ a {
// Unique column sizes for 16-column grid
.span-one-third { width: 300px; }
.span-two-thirds { width: 620px; }
.offset-one-third { margin-left: 340px; }
.offset-two-thirds { margin-left: 660px; }
.row {
> .offset-one-third { margin-left: 340px; }
> .offset-two-thirds { margin-left: 660px; }
}