aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorChristopher Baker <[email protected]>2016-04-27 19:30:39 -0700
committerChristopher Baker <[email protected]>2016-04-27 19:30:39 -0700
commit859c12a04405fcc8d4fd89343fa680cf8d6c119e (patch)
tree61356c93251bab903a9af867ad7f585dde591b6e /docs/dist/css/bootstrap.css
parentbae54aa8fc22451bbb2c898dafb22d2f86d15e85 (diff)
parent1a6d0cc446259cf86d73bf7437f2ca3b095f6781 (diff)
downloadbootstrap-859c12a04405fcc8d4fd89343fa680cf8d6c119e.tar.xz
bootstrap-859c12a04405fcc8d4fd89343fa680cf8d6c119e.zip
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index 005b164c3..a0cf9d2c0 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/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;