diff options
| author | Mark Otto <[email protected]> | 2016-04-17 16:52:36 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-04-17 16:52:36 -0700 |
| commit | 24d6a03f5d61d563bce54dead6b432a4146ce080 (patch) | |
| tree | b01850a37dbf9b68ce82a3a08333ceed83a87b33 /docs/dist/css/bootstrap.css | |
| parent | d8b1b92f66d57ac888f7ab49ca236b7acfa47a2e (diff) | |
| download | bootstrap-24d6a03f5d61d563bce54dead6b432a4146ce080.tar.xz bootstrap-24d6a03f5d61d563bce54dead6b432a4146ce080.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 16 |
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; |
