1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-24 03:40:10 +00:00

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

This commit is contained in:
Mark Otto 2012-08-21 13:02:02 -07:00
parent 099cec1ca7
commit 8a2b9f4a5f
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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 {