2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

fixed caret

This commit is contained in:
liuyl
2013-08-18 20:13:48 +08:00
parent b790bbbafc
commit ce410dc36e
3 changed files with 7 additions and 3 deletions
+3 -1
View File
@@ -2633,10 +2633,12 @@ input[type="button"].btn-block {
.btn-lg .caret {
border-width: 5px;
border-bottom-width: 0;
}
.dropup .btn-lg .caret {
border-bottom-width: 5px;
border-width: 5px;
border-top-width: 0;
}
.btn-group-vertical > .btn,