1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-08 20:50:44 +02:00

Run grunt.

[ci skip]
This commit is contained in:
XhmikosR
2015-11-23 18:51:32 +02:00
parent bc2d162fd1
commit 569f86051e
11 changed files with 39 additions and 40 deletions

View File

@@ -5597,62 +5597,62 @@ button.close {
}
.text-xs-left {
text-align: left;
text-align: left !important;
}
.text-xs-right {
text-align: right;
text-align: right !important;
}
.text-xs-center {
text-align: center;
text-align: center !important;
}
@media (min-width: 544px) {
.text-sm-left {
text-align: left;
text-align: left !important;
}
.text-sm-right {
text-align: right;
text-align: right !important;
}
.text-sm-center {
text-align: center;
text-align: center !important;
}
}
@media (min-width: 768px) {
.text-md-left {
text-align: left;
text-align: left !important;
}
.text-md-right {
text-align: right;
text-align: right !important;
}
.text-md-center {
text-align: center;
text-align: center !important;
}
}
@media (min-width: 992px) {
.text-lg-left {
text-align: left;
text-align: left !important;
}
.text-lg-right {
text-align: right;
text-align: right !important;
}
.text-lg-center {
text-align: center;
text-align: center !important;
}
}
@media (min-width: 1200px) {
.text-xl-left {
text-align: left;
text-align: left !important;
}
.text-xl-right {
text-align: right;
text-align: right !important;
}
.text-xl-center {
text-align: center;
text-align: center !important;
}
}