Commit a96dd1bd authored by Mark Otto's avatar Mark Otto

Merge branch '3.0.0-wip' of https://github.com/garvincasimir/bootstrap into garvincasimir-3.0.0-wip

parents 96f33257 05710e10
...@@ -4302,6 +4302,7 @@ button.close { ...@@ -4302,6 +4302,7 @@ button.close {
} }
.modal-header { .modal-header {
min-height: 40px;
padding: 9px 15px; padding: 9px 15px;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
} }
......
...@@ -76,6 +76,7 @@ ...@@ -76,6 +76,7 @@
.modal-header { .modal-header {
padding: 9px 15px; padding: 9px 15px;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
min-height:40px;
} }
// Close icon // Close icon
.modal-header .close { .modal-header .close {
......
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