mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-15 01:55:46 +02:00
remove the unused text-indent on dropdown carets
This commit is contained in:
Binary file not shown.
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
@@ -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;
|
||||
|
Reference in New Issue
Block a user