From ae98f1803f09fae7e427075f99c19d218d68f46c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 12 Apr 2013 20:56:19 -0700 Subject: add modal variables and tweak padding for min-height on modal title --- docs/assets/css/bootstrap.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index d550f0c83..374c1d132 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4302,18 +4302,18 @@ button.close { } .modal-header { - min-height: 40px; - padding: 9px 15px; + min-height: 35px; + padding: 15px; border-bottom: 1px solid #e5e5e5; } .modal-header .close { - margin-top: 2px; + margin-top: -2px; } .modal-title { margin: 0; - line-height: 30px; + line-height: 20px; } .modal-body { -- cgit v1.2.3