Commit 026e2f8d authored by Mark Otto's avatar Mark Otto
Browse files

Grunt after merging #12863

parent 56c6525f
Showing with 22 additions and 22 deletions
+22 -22
......@@ -1902,7 +1902,7 @@ pre code {
}
.col-xs-pull-0 {
left: 0;
left: auto;
}
.col-xs-push-12 {
......@@ -1954,7 +1954,7 @@ pre code {
}
.col-xs-push-0 {
right: 0;
right: auto;
}
.col-xs-offset-12 {
......@@ -2122,7 +2122,7 @@ pre code {
}
.col-sm-pull-0 {
left: 0;
left: auto;
}
.col-sm-push-12 {
......@@ -2174,7 +2174,7 @@ pre code {
}
.col-sm-push-0 {
right: 0;
right: auto;
}
.col-sm-offset-12 {
......@@ -2343,7 +2343,7 @@ pre code {
}
.col-md-pull-0 {
left: 0;
left: auto;
}
.col-md-push-12 {
......@@ -2395,7 +2395,7 @@ pre code {
}
.col-md-push-0 {
right: 0;
right: auto;
}
.col-md-offset-12 {
......@@ -2564,7 +2564,7 @@ pre code {
}
.col-lg-pull-0 {
left: 0;
left: auto;
}
.col-lg-push-12 {
......@@ -2616,7 +2616,7 @@ pre code {
}
.col-lg-push-0 {
right: 0;
right: auto;
}
.col-lg-offset-12 {
......
This diff is collapsed.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -1464,7 +1464,7 @@ pre code {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: 0;
right: auto;
}
.col-xs-push-12 {
left: 100%;
......@@ -1503,7 +1503,7 @@ pre code {
left: 8.33333333%;
}
.col-xs-push-0 {
left: 0;
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
......@@ -1621,7 +1621,7 @@ pre code {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: 0;
right: auto;
}
.col-sm-push-12 {
left: 100%;
......@@ -1660,7 +1660,7 @@ pre code {
left: 8.33333333%;
}
.col-sm-push-0 {
left: 0;
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
......@@ -1779,7 +1779,7 @@ pre code {
right: 8.33333333%;
}
.col-md-pull-0 {
right: 0;
right: auto;
}
.col-md-push-12 {
left: 100%;
......@@ -1818,7 +1818,7 @@ pre code {
left: 8.33333333%;
}
.col-md-push-0 {
left: 0;
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
......@@ -1937,7 +1937,7 @@ pre code {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: 0;
right: auto;
}
.col-lg-push-12 {
left: 100%;
......@@ -1976,7 +1976,7 @@ pre code {
left: 8.33333333%;
}
.col-lg-push-0 {
left: 0;
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment