diff options
| author | Mark Otto <[email protected]> | 2012-09-30 23:11:54 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-30 23:11:54 -0700 |
| commit | 9872902e4784220f3add1a1af256dfc89cd6e31a (patch) | |
| tree | d293139e1a9cb6e9f07add39d3884b4ac445eaa5 /docs/assets/css/bootstrap-responsive.css | |
| parent | 0cd186183c5e18f0517d6037d53f29c56adbac72 (diff) | |
| download | bootstrap-9872902e4784220f3add1a1af256dfc89cd6e31a.tar.xz bootstrap-9872902e4784220f3add1a1af256dfc89cd6e31a.zip | |
remove .border-radius mixin and replace with standard border-radius property, since -webkit-* and -moz-* are only needed for older versions
Diffstat (limited to 'docs/assets/css/bootstrap-responsive.css')
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index d749708d2..879a8dd33 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -600,16 +600,12 @@ padding: 9px 15px; font-weight: bold; color: #777777; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; + border-radius: 3px; } .nav-collapse .btn { padding: 4px 10px 4px; font-weight: normal; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; + border-radius: 4px; } .nav-collapse .dropdown-menu li + li a { margin-bottom: 2px; @@ -637,9 +633,7 @@ margin: 0 15px; background-color: transparent; border: none; - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; + border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; |
