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:
@@ -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; }
|
||||
}
|
||||
Reference in New Issue
Block a user