]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove entity in content property on dropup carets--not necessary at all
authorMark Otto <markotto@twitter.com>
Tue, 21 Aug 2012 20:02:02 +0000 (13:02 -0700)
committerMark Otto <markotto@twitter.com>
Tue, 21 Aug 2012 20:02:02 +0000 (13:02 -0700)
docs/assets/css/bootstrap.css
less/dropdowns.less

index 0664207aeebb76899b248184a65d9ca64b383aa6..a27b56fd53bebb7e8ec9189779b7669d2bc07a50 100644 (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,
index e83915dba51d47e24e5055e03058a8dd6cfcdf62..af8e4cb307b2b25ff2c969640057decb3a3ed5d3 100644 (file)
   .caret {
     border-top: 0;
     border-bottom: 4px solid @black;
-    content: "\2191";
+    content: "";
   }
   // Different positioning for bottom up menu
   .dropdown-menu {