From 4912dd441d46dbacd7414628b6d70a8ae0d85d7f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 24 Jul 2012 00:35:54 -0700 Subject: fix h3 in modal and make modal unhidden by removing important from earlier issue --- docs/assets/css/bootstrap.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 5525614d6..4a4b3e5f4 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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 { -- cgit v1.2.3