1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05: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 {
border-top: 0;
border-bottom: 4px solid #000000;
content: "\2191";
content: "";
}
.dropup .dropdown-menu,

View file

@ -148,7 +148,7 @@
.caret {
border-top: 0;
border-bottom: 4px solid @black;
content: "\2191";
content: "";
}
// Different positioning for bottom up menu
.dropdown-menu {