2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03: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
+6
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%;
}