From: Trevor Parscal Date: Tue, 30 Jun 2009 21:20:30 +0000 (+0000) Subject: Resolved excessive padding of first heading in content area X-Git-Tag: 1.31.0-rc.0~41159 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=77439787ec00fc186496963b0b8a56275fcc7f09;p=lhc%2Fweb%2Fwiklou.git Resolved excessive padding of first heading in content area --- diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 3c420c3294..b8e64eeb01 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -784,11 +784,7 @@ table.small { #content h3, #content h4, #content h5 { margin-bottom: .3em; } -div.firstHeading { - padding-top: 0; - margin-top: 0; -} -div.firstHeading h1 { +h1#firstHeading { padding-top: 0; margin-top: 0; padding-top: 0; diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 1eb1d343cd..5a751541b2 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -784,11 +784,7 @@ table.small { #content h3, #content h4, #content h5 { margin-bottom: .3em; } -div.firstHeading { - padding-top: 0; - margin-top: 0; -} -div.firstHeading h1 { +h1#firstHeading { padding-top: 0; margin-top: 0; padding-top: 0;