diff options
| author | Mark Otto <[email protected]> | 2016-11-26 19:17:23 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-11-26 19:17:23 -0800 |
| commit | 0b8a2819201076a8e93cd387aecf13d8c419990e (patch) | |
| tree | 997e3faa3b00d0d29b7b35fefae9335ebbba980a /docs/dist/css/bootstrap-flex.css | |
| parent | 23301b21cd1a36611bf35a9f71cdf1a7293741de (diff) | |
| download | bootstrap-0b8a2819201076a8e93cd387aecf13d8c419990e.tar.xz bootstrap-0b8a2819201076a8e93cd387aecf13d8c419990e.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap-flex.css')
| -rw-r--r-- | docs/dist/css/bootstrap-flex.css | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/docs/dist/css/bootstrap-flex.css b/docs/dist/css/bootstrap-flex.css index ff14fb635..f11a09b22 100644 --- a/docs/dist/css/bootstrap-flex.css +++ b/docs/dist/css/bootstrap-flex.css @@ -5256,6 +5256,7 @@ a.badge:focus, a.badge:hover { width: 100%; height: 1rem; margin-bottom: 1rem; + overflow: hidden; } .progress[value] { @@ -5274,35 +5275,19 @@ a.badge:focus, a.badge:hover { .progress[value]::-moz-progress-bar { background-color: #0074d9; - border-bottom-left-radius: 0.25rem; - border-top-left-radius: 0.25rem; } .progress[value]::-webkit-progress-value { background-color: #0074d9; - border-bottom-left-radius: 0.25rem; - border-top-left-radius: 0.25rem; -} - -.progress[value="100"]::-moz-progress-bar { - border-bottom-right-radius: 0.25rem; - border-top-right-radius: 0.25rem; -} - -.progress[value="100"]::-webkit-progress-value { - border-bottom-right-radius: 0.25rem; - border-top-right-radius: 0.25rem; } .progress[value]::-webkit-progress-bar { background-color: #eee; - border-radius: 0.25rem; } base::-moz-progress-bar, .progress[value] { background-color: #eee; - border-radius: 0.25rem; } @media screen and (min-width: 0\0) { @@ -5315,12 +5300,6 @@ base::-moz-progress-bar, height: 1rem; text-indent: -999rem; background-color: #0074d9; - border-bottom-left-radius: 0.25rem; - border-top-left-radius: 0.25rem; - } - .progress[width="100%"] { - border-bottom-right-radius: 0.25rem; - border-top-right-radius: 0.25rem; } } |
