2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

remove .border-radius mixin and replace with standard border-radius property, since -webkit-* and -moz-* are only needed for older versions

This commit is contained in:
Mark Otto
2012-09-30 23:11:54 -07:00
parent 0cd186183c
commit 9872902e47
26 changed files with 152 additions and 322 deletions
+3 -3
View File
@@ -69,13 +69,13 @@
padding: 9px 15px;
font-weight: bold;
color: @navbarLinkColor;
.border-radius(3px);
border-radius: 3px;
}
// Buttons
.nav-collapse .btn {
padding: 4px 10px 4px;
font-weight: normal;
.border-radius(4px);
border-radius: 4px;
}
.nav-collapse .dropdown-menu li + li a {
margin-bottom: 2px;
@@ -105,7 +105,7 @@
padding: 0;
background-color: transparent;
border: none;
.border-radius(0);
border-radius: 0;
.box-shadow(none);
}
.nav-collapse .dropdown-menu:before,