aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-10-27 07:31:49 +0200
committerXhmikosR <[email protected]>2015-10-27 07:31:49 +0200
commit9dfb999fae471265f09fb2004ba0eed0e6b187d4 (patch)
tree0991641068b64e4d8385d8f5627b0331a9110f5c /dist/css/bootstrap.css
parentee92e6d44d494c8bd317b401b10a1731d49fc456 (diff)
downloadbootstrap-9dfb999fae471265f09fb2004ba0eed0e6b187d4.tar.xz
bootstrap-9dfb999fae471265f09fb2004ba0eed0e6b187d4.zip
Run `grunt`.
[ci skip]
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 2557ffe3d..f1e332248 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -5743,23 +5743,23 @@ button.close {
}
.text-left {
- text-align: left;
+ text-align: left !important;
}
.text-right {
- text-align: right;
+ text-align: right !important;
}
.text-center {
- text-align: center;
+ text-align: center !important;
}
.text-justify {
- text-align: justify;
+ text-align: justify !important;
}
.text-nowrap {
- white-space: nowrap;
+ white-space: nowrap !important;
}
.text-truncate {