2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03: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
+1 -1
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 {