diff options
| author | Mark Otto <[email protected]> | 2012-10-03 09:26:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-03 09:26:52 -0700 |
| commit | dd8b745b883a900aa637a7b8142be5691ebc3913 (patch) | |
| tree | 59cf5be0d4b8c1340d84f298ddcd0b632e2070c3 /docs/assets/css/bootstrap.css | |
| parent | e73cd15fc8eaa80ab7913d51a23a8e61c0e1bb30 (diff) | |
| download | bootstrap-dd8b745b883a900aa637a7b8142be5691ebc3913.tar.xz bootstrap-dd8b745b883a900aa637a7b8142be5691ebc3913.zip | |
use border-radius vars where possible
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 987c9abe5..b7621054e 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3144,9 +3144,9 @@ button.close { .btn-large { padding: 11px 19px; font-size: 17.5px; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; } .btn-large [class^="icon-"], @@ -4838,22 +4838,22 @@ input[type="submit"].btn.btn-mini { .pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span { - -webkit-border-bottom-left-radius: 5px; - border-bottom-left-radius: 5px; - -webkit-border-top-left-radius: 5px; - border-top-left-radius: 5px; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-topleft: 5px; + -webkit-border-bottom-left-radius: 6px; + border-bottom-left-radius: 6px; + -webkit-border-top-left-radius: 6px; + border-top-left-radius: 6px; + -moz-border-radius-bottomleft: 6px; + -moz-border-radius-topleft: 6px; } .pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span { - -webkit-border-top-right-radius: 5px; - border-top-right-radius: 5px; - -webkit-border-bottom-right-radius: 5px; - border-bottom-right-radius: 5px; - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 5px; + -webkit-border-top-right-radius: 6px; + border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + border-bottom-right-radius: 6px; + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; } .pagination-mini ul > li:first-child > a, |
