mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-08 15:00:59 +00:00
run make after merge
This commit is contained in:
parent
40a8a93b22
commit
da43c7c27c
1 changed files with 4 additions and 2 deletions
6
docs/assets/css/bootstrap.css
vendored
6
docs/assets/css/bootstrap.css
vendored
|
|
@ -3189,7 +3189,8 @@ button.close {
|
|||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.btn-large [class^="icon-"] {
|
||||
.btn-large [class^="icon-"],
|
||||
.btn-large [class*=" icon-"] {
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
|
|
@ -3201,7 +3202,8 @@ button.close {
|
|||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.btn-small [class^="icon-"] {
|
||||
.btn-small [class^="icon-"],
|
||||
.btn-small [class*=" icon-"] {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue