]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove the unused text-indent on dropdown carets
authorMark Otto <markotto@twitter.com>
Mon, 12 Mar 2012 03:38:17 +0000 (20:38 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 12 Mar 2012 03:38:17 +0000 (20:38 -0700)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/dropdowns.less

index 5c1286f8a1d68a9ed909470261bcf6f07b8948f6..be630ee80178de4b212594d924436757c3cb0d8e 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index e52ab7b00b146c35d6e45e38a1e856f1f37bb7cb..1834e15eb02001cf22e398ed5e04ce42c28df0b7 100644 (file)
@@ -1750,15 +1750,13 @@ table .span24 {
   display: inline-block;
   width: 0;
   height: 0;
-  text-indent: -99999px;
-  *text-indent: 0;
   vertical-align: top;
   border-left: 4px solid transparent;
   border-right: 4px solid transparent;
   border-top: 4px solid #000000;
   opacity: 0.3;
   filter: alpha(opacity=30);
-  content: "\2193";
+  content: "";
 }
 .dropdown .caret {
   margin-top: 8px;
index 3e74b68ff067bae4fc3df5c3b782144c73c49d60..58cdb612fd949a0f8ba977cf2097fbed00e0e312 100644 (file)
   display: inline-block;
   width: 0;
   height: 0;
-  text-indent: -99999px;
-  // IE7 won't do the border trick if there's a text indent, but it doesn't
-  // do the content that text-indent is hiding, either, so we're ok.
-  *text-indent: 0;
   vertical-align: top;
   border-left:  4px solid transparent;
   border-right: 4px solid transparent;
   border-top:   4px solid @black;
   .opacity(30);
-  content: "\2193";
+  content: "";
 }
 
 // Place the caret