diff options
| author | Mark Otto <[email protected]> | 2012-07-09 00:26:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-09 00:26:32 -0700 |
| commit | 9887d3cf4af4897c4959491ece2fe56bef3d1114 (patch) | |
| tree | 8123f54825523b98381ed3d28b16657f0b8d7411 /less/dropdowns.less | |
| parent | 410decafad0496033ba965dc594786b9c4629449 (diff) | |
| download | bootstrap-9887d3cf4af4897c4959491ece2fe56bef3d1114.tar.xz bootstrap-9887d3cf4af4897c4959491ece2fe56bef3d1114.zip | |
updating docs examples to remove 13/18 resets, fix up buttons alignments and carets
Diffstat (limited to 'less/dropdowns.less')
| -rw-r--r-- | less/dropdowns.less | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less index e9e91b6a4..705b25d50 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -22,8 +22,8 @@ .caret { display: inline-block; width: 0; - height: 0; - vertical-align: top; + height: 3px; + vertical-align: middle; border-top: 4px solid @black; border-right: 4px solid transparent; border-left: 4px solid transparent; @@ -33,7 +33,6 @@ // Place the caret .dropdown .caret { - margin-top: 8px; margin-left: 2px; } .dropdown a:focus .caret, @@ -153,6 +152,8 @@ .navbar-fixed-bottom .dropdown { // Reverse the caret .caret { + margin-top: -2px; + height: 0; border-top: 0; border-bottom: 4px solid @black; content: "\2191"; |
