diff options
| author | XhmikosR <[email protected]> | 2015-12-03 08:51:57 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-12-03 08:51:57 +0200 |
| commit | 8a1685fdee8f01f041184948cf20dede54a2f4b3 (patch) | |
| tree | fa3bd649a9a51f415ba5c63d38a1d588eac65ca5 /dist/css/bootstrap.css | |
| parent | 28d85ab8092fde0350ed3842f252f61ef630c3eb (diff) | |
| download | bootstrap-8a1685fdee8f01f041184948cf20dede54a2f4b3.tar.xz bootstrap-8a1685fdee8f01f041184948cf20dede54a2f4b3.zip | |
Run `grunt`.
[ci skip]
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 64 |
1 files changed, 58 insertions, 6 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c2ed0bb83..119ef984f 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3431,7 +3431,7 @@ input[type="button"].btn-block { -ms-user-select: none; user-select: none; background-color: #fff; - border: .075rem solid #ddd; + border: 1px solid #ddd; border-radius: .25rem; } @@ -3452,7 +3452,7 @@ input[type="button"].btn-block { color: #555; content: "Browse"; background-color: #eee; - border: .075rem solid #ddd; + border: 1px solid #ddd; border-radius: 0 .25rem .25rem 0; } @@ -3885,7 +3885,7 @@ input[type="button"].btn-block { .card-inverse .card-header, .card-inverse .card-footer { - border-bottom: .075rem solid rgba(255, 255, 255, .2); + border-bottom: .0625rem solid rgba(255, 255, 255, .2); } .card-inverse .card-header, @@ -5550,12 +5550,64 @@ button.close { margin-left: auto; } -.pull-right { +.pull-xs-left { + float: left !important; +} + +.pull-xs-right { float: right !important; } -.pull-left { - float: left !important; +.pull-xs-none { + float: none !important; +} + +@media (min-width: 544px) { + .pull-sm-left { + float: left !important; + } + .pull-sm-right { + float: right !important; + } + .pull-sm-none { + float: none !important; + } +} + +@media (min-width: 768px) { + .pull-md-left { + float: left !important; + } + .pull-md-right { + float: right !important; + } + .pull-md-none { + float: none !important; + } +} + +@media (min-width: 992px) { + .pull-lg-left { + float: left !important; + } + .pull-lg-right { + float: right !important; + } + .pull-lg-none { + float: none !important; + } +} + +@media (min-width: 1200px) { + .pull-xl-left { + float: left !important; + } + .pull-xl-right { + float: right !important; + } + .pull-xl-none { + float: none !important; + } } .sr-only { |
