From e391fcb953cc959ddd88fb676b68f49eef85ef06 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 11 Apr 2016 12:37:28 -0700 Subject: grunt dist [ci skip] --- dist/css/bootstrap.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'dist/css/bootstrap.css') 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; -- cgit v1.2.3