From 77439787ec00fc186496963b0b8a56275fcc7f09 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Tue, 30 Jun 2009 21:20:30 +0000 Subject: [PATCH] Resolved excessive padding of first heading in content area --- skins/vector/main-ltr.css | 6 +----- skins/vector/main-rtl.css | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) 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; -- 2.20.1