mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
fix h3 in modal and make modal unhidden by removing important from earlier issue
This commit is contained in:
Vendored
+7
-2
@@ -4715,6 +4715,11 @@ input[type="submit"].btn.btn-mini {
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.modal-header h3 {
|
||||
margin: 0;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
max-height: 400px;
|
||||
padding: 15px;
|
||||
@@ -5498,11 +5503,11 @@ a.badge:hover {
|
||||
}
|
||||
|
||||
.hide {
|
||||
display: none !important;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.show {
|
||||
display: block !important;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.invisible {
|
||||
|
||||
Reference in New Issue
Block a user