Commit a9e741bf authored by Mark Otto's avatar Mark Otto

Merge branch 'fixcaret' of https://github.com/liuyl/bootstrap into liuyl-fixcaret

parents 0c9bf6bc ce410dc3
...@@ -2633,10 +2633,12 @@ input[type="button"].btn-block { ...@@ -2633,10 +2633,12 @@ input[type="button"].btn-block {
.btn-lg .caret { .btn-lg .caret {
border-width: 5px; border-width: 5px;
border-bottom-width: 0;
} }
.dropup .btn-lg .caret { .dropup .btn-lg .caret {
border-bottom-width: 5px; border-width: 5px;
border-top-width: 0;
} }
.btn-group-vertical > .btn, .btn-group-vertical > .btn,
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -160,10 +160,12 @@ ...@@ -160,10 +160,12 @@
// Carets in other button sizes // Carets in other button sizes
.btn-lg .caret { .btn-lg .caret {
border-width: @caret-width-large; border-width: @caret-width-large;
border-bottom-width: 0;
} }
// Upside down carets for .dropup // Upside down carets for .dropup
.dropup .btn-lg .caret { .dropup .btn-lg .caret {
border-bottom-width: @caret-width-large; border-width: @caret-width-large;
border-top-width: 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment