mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 21:40:24 +00:00
remake after merging buttons update
This commit is contained in:
parent
2b8fc018ba
commit
91fe8bc0f4
2 changed files with 2 additions and 2 deletions
Binary file not shown.
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
|
|
@ -1993,11 +1993,11 @@ button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
|
|||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
button.btn.large, input[type="submit"].btn.large {
|
||||
button.btn.btn-large, input[type="submit"].btn.btn-large {
|
||||
*padding-top: 7px;
|
||||
*padding-bottom: 7px;
|
||||
}
|
||||
button.btn.small, input[type="submit"].btn.small {
|
||||
button.btn.btn-small, input[type="submit"].btn.btn-small {
|
||||
*padding-top: 3px;
|
||||
*padding-bottom: 3px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue