1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 15:50:01 +02:00

Fixes #9663: Add offset overrides for medium and large grid tiers

This commit is contained in:
Mark Otto
2013-08-15 20:25:20 -07:00
parent fc88bcf0d1
commit b0a66e60c1
3 changed files with 9 additions and 1 deletions

View File

@@ -1178,6 +1178,9 @@ pre code {
.col-md-pull-11 {
right: 91.66666666666666%;
}
.col-md-offset-0 {
margin-left: 0;
}
.col-md-offset-1 {
margin-left: 8.333333333333332%;
}
@@ -1332,6 +1335,9 @@ pre code {
.col-lg-pull-11 {
right: 91.66666666666666%;
}
.col-lg-offset-0 {
margin-left: 0;
}
.col-lg-offset-1 {
margin-left: 8.333333333333332%;
}

File diff suppressed because one or more lines are too long