mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
fix h3 in modal and make modal unhidden by removing important from earlier issue
This commit is contained in:
@@ -56,6 +56,11 @@
|
||||
border-bottom: 1px solid #eee;
|
||||
// Close icon
|
||||
.close { margin-top: 2px; }
|
||||
// Heading
|
||||
h3 {
|
||||
margin: 0;
|
||||
line-height: 1;
|
||||
}
|
||||
}
|
||||
|
||||
// Body (where all modal content resides)
|
||||
|
||||
+2
-3
@@ -12,12 +12,11 @@
|
||||
}
|
||||
|
||||
// Toggling content
|
||||
// Uses `!important` for proper specifity over things like form controls
|
||||
.hide {
|
||||
display: none !important;
|
||||
display: none;
|
||||
}
|
||||
.show {
|
||||
display: block !important;
|
||||
display: block;
|
||||
}
|
||||
|
||||
// Visibility
|
||||
|
||||
Reference in New Issue
Block a user