From b6b19866ac82089b9d3964f7fe9bbb3457306495 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 25 Jan 2012 20:32:19 -0800 Subject: remove some old -moz- prefixes from mixins while we're at it, dropping FF3.6 support --- bootstrap-responsive.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bootstrap-responsive.css') 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 { -- cgit v1.2.3