Commit 8a2b9f4a authored by Mark Otto's avatar Mark Otto

remove entity in content property on dropup carets--not necessary at all

parent 099cec1c
...@@ -2759,7 +2759,7 @@ table .span24 { ...@@ -2759,7 +2759,7 @@ table .span24 {
.navbar-fixed-bottom .dropdown .caret { .navbar-fixed-bottom .dropdown .caret {
border-top: 0; border-top: 0;
border-bottom: 4px solid #000000; border-bottom: 4px solid #000000;
content: "\2191"; content: "";
} }
.dropup .dropdown-menu, .dropup .dropdown-menu,
......
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
.caret { .caret {
border-top: 0; border-top: 0;
border-bottom: 4px solid @black; border-bottom: 4px solid @black;
content: "\2191"; content: "";
} }
// Different positioning for bottom up menu // Different positioning for bottom up menu
.dropdown-menu { .dropdown-menu {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment