Skip to content

Commit

Permalink
remove .border-radius mixin and replace with standard border-radius p…
Browse files Browse the repository at this point in the history
…roperty, since -webkit-* and -moz-* are only needed for older versions
  • Loading branch information
mdo committed Oct 1, 2012
1 parent 0cd1861 commit 9872902
Show file tree
Hide file tree
Showing 26 changed files with 152 additions and 322 deletions.
12 changes: 3 additions & 9 deletions docs/assets/css/bootstrap-responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
Loading

0 comments on commit 9872902

Please sign in to comment.