aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-responsive.css
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-responsive.css')
-rw-r--r--bootstrap-responsive.css4
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 {