diff options
| author | Mark Otto <[email protected]> | 2012-01-25 20:32:19 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-25 20:32:19 -0800 |
| commit | b6b19866ac82089b9d3964f7fe9bbb3457306495 (patch) | |
| tree | 34690644f3c0198e318d47265b6aa4ca605e2e3d /bootstrap-responsive.css | |
| parent | af01d37ab9aeb8e752db07f791b84299005795ae (diff) | |
| download | bootstrap-b6b19866ac82089b9d3964f7fe9bbb3457306495.tar.xz bootstrap-b6b19866ac82089b9d3964f7fe9bbb3457306495.zip | |
remove some old -moz- prefixes from mixins while we're at it, dropping FF3.6 support
Diffstat (limited to 'bootstrap-responsive.css')
| -rw-r--r-- | bootstrap-responsive.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bootstrap-responsive.css b/bootstrap-responsive.css index 9f50081d3..7907c0e08 100644 --- a/bootstrap-responsive.css +++ b/bootstrap-responsive.css @@ -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 { |
