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 --- less/modals.less | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'less/modals.less') 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) -- cgit v1.2.3 From c37aa99e2836c333407db9d7d703ff731214f64e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 24 Jul 2012 00:37:19 -0700 Subject: modal heading line-height --- less/modals.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less/modals.less') diff --git a/less/modals.less b/less/modals.less index 8cdaace36..e515bb796 100644 --- a/less/modals.less +++ b/less/modals.less @@ -59,7 +59,7 @@ // Heading h3 { margin: 0; - line-height: 1; + line-height: 30px; } } -- cgit v1.2.3