aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-04-11 12:37:28 -0700
committerChris Rebert <[email protected]>2016-04-11 12:38:10 -0700
commite391fcb953cc959ddd88fb676b68f49eef85ef06 (patch)
tree4c1587fceb83c9b333baaa6a922fca50ceb0527a /dist/css/bootstrap.css
parent7b4cce6065f7304bdf7122a6651be44d837a9755 (diff)
downloadbootstrap-e391fcb953cc959ddd88fb676b68f49eef85ef06.tar.xz
bootstrap-e391fcb953cc959ddd88fb676b68f49eef85ef06.zip
grunt dist
[ci skip]
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 005b164c3..a0cf9d2c0 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -5933,6 +5933,18 @@ a.bg-danger:focus, a.bg-danger:hover {
clear: both;
}
+.d-block {
+ display: block !important;
+}
+
+.d-inline-block {
+ display: inline-block !important;
+}
+
+.d-inline {
+ display: inline !important;
+}
+
.pull-xs-left {
float: left !important;
}
@@ -6013,6 +6025,10 @@ a.bg-danger:focus, a.bg-danger:hover {
clip: auto;
}
+.w-100 {
+ width: 100% !important;
+}
+
.m-x-auto {
margin-right: auto !important;
margin-left: auto !important;