mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-28 18:20:24 +00:00
Merge branch '3.0.0-wip' of https://github.com/garvincasimir/bootstrap into garvincasimir-3.0.0-wip
This commit is contained in:
commit
a96dd1bd28
2 changed files with 2 additions and 0 deletions
1
docs/assets/css/bootstrap.css
vendored
1
docs/assets/css/bootstrap.css
vendored
|
|
@ -4302,6 +4302,7 @@ button.close {
|
|||
}
|
||||
|
||||
.modal-header {
|
||||
min-height: 40px;
|
||||
padding: 9px 15px;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -76,6 +76,7 @@
|
|||
.modal-header {
|
||||
padding: 9px 15px;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
min-height:40px;
|
||||
}
|
||||
// Close icon
|
||||
.modal-header .close {
|
||||
|
|
|
|||
Loading…
Reference in a new issue