remove some old -moz- prefixes from mixins while we're at it, dropping FF3.6 support

This commit is contained in:
Mark Otto
2012-01-25 20:32:19 -08:00
parent af01d37ab9
commit b6b19866ac
5 changed files with 117 additions and 230 deletions

View File

@@ -13,7 +13,6 @@
}
.navbar .nav, .navbar .nav > li:last-child a {
-webkit-border-radius: 0 0 4px 0;
-moz-border-radius: 0 0 4px 0;
border-radius: 0 0 4px 0;
}
.navbar .nav > li {
@@ -47,9 +46,8 @@
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #ffffff;
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
filter: alpha(opacity=100);
content: "↓";
}
.navbar .nav:hover > li {