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
path: root/less
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 /less
parent0f238832833a1189397028e882b9c8a11acd1adf (diff)
remove the unused text-indent on dropdown carets
Diffstat (limited to 'less')
-rw-r--r--less/dropdowns.less6
1 files changed, 1 insertions, 5 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less
index 3e74b68ff0..58cdb612fd 100644
--- a/less/dropdowns.less
+++ b/less/dropdowns.less
@@ -20,16 +20,12 @@
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