aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-11-23 18:51:32 +0200
committerXhmikosR <[email protected]>2015-11-23 18:51:32 +0200
commit569f86051ee5cbaf6049e5a39b3fe939b7a16674 (patch)
treefc8f5a9bfacc269a26f31c0a3b8a683d6f2e8c11 /docs/dist/css/bootstrap.css
parentbc2d162fd15ca2127a13bfba9267c0b3f932296f (diff)
downloadbootstrap-569f86051ee5cbaf6049e5a39b3fe939b7a16674.tar.xz
bootstrap-569f86051ee5cbaf6049e5a39b3fe939b7a16674.zip
Run `grunt`.
[ci skip]
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css30
1 files changed, 15 insertions, 15 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index 54e1849a3..8cb62f73a 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/dist/css/bootstrap.css
@@ -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;
}
}