Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-03-12 07:38:17 +0400
committerMark Otto <markotto@twitter.com>2012-03-12 07:38:17 +0400
commit67714d8347d635ab1cd25c1312d14ec2973b0944 (patch)
tree3dc707c1da35aec5e6faedb5fe7475266a7531d4 /docs/assets/css/bootstrap.css
parent0f238832833a1189397028e882b9c8a11acd1adf (diff)
remove the unused text-indent on dropdown carets
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index e52ab7b00b..1834e15eb0 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -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;