aboutsummaryrefslogtreecommitdiff
path: root/less/dropdowns.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-07-09 00:31:54 -0700
committerMark Otto <[email protected]>2012-07-09 00:31:54 -0700
commit25d0b341a9a89ae2f0da4a506c26ac77db011350 (patch)
tree909be050abfc723ebce71f3f3e69f3143e879b0f /less/dropdowns.less
parent9887d3cf4af4897c4959491ece2fe56bef3d1114 (diff)
downloadbootstrap-25d0b341a9a89ae2f0da4a506c26ac77db011350.tar.xz
bootstrap-25d0b341a9a89ae2f0da4a506c26ac77db011350.zip
wasn't feeling the new buttons, downsizing again until we get a better balance
Diffstat (limited to 'less/dropdowns.less')
-rw-r--r--less/dropdowns.less7
1 files changed, 3 insertions, 4 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less
index 705b25d50..e9e91b6a4 100644
--- a/less/dropdowns.less
+++ b/less/dropdowns.less
@@ -22,8 +22,8 @@
.caret {
display: inline-block;
width: 0;
- height: 3px;
- vertical-align: middle;
+ height: 0;
+ vertical-align: top;
border-top: 4px solid @black;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
@@ -33,6 +33,7 @@
// Place the caret
.dropdown .caret {
+ margin-top: 8px;
margin-left: 2px;
}
.dropdown a:focus .caret,
@@ -152,8 +153,6 @@
.navbar-fixed-bottom .dropdown {
// Reverse the caret
.caret {
- margin-top: -2px;
- height: 0;
border-top: 0;
border-bottom: 4px solid @black;
content: "\2191";