diff options
| author | Mark Otto <[email protected]> | 2012-07-24 00:35:54 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-24 00:35:54 -0700 |
| commit | 4912dd441d46dbacd7414628b6d70a8ae0d85d7f (patch) | |
| tree | db653cd5377923bd98463f173310a79260ef6dec /less/modals.less | |
| parent | 7ce048bccd618bbae794a9115861d1927664b8ed (diff) | |
| download | bootstrap-4912dd441d46dbacd7414628b6d70a8ae0d85d7f.tar.xz bootstrap-4912dd441d46dbacd7414628b6d70a8ae0d85d7f.zip | |
fix h3 in modal and make modal unhidden by removing important from earlier issue
Diffstat (limited to 'less/modals.less')
| -rw-r--r-- | less/modals.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/less/modals.less b/less/modals.less index 32aab7acd..8cdaace36 100644 --- a/less/modals.less +++ b/less/modals.less @@ -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) |
