From: Trevor Parscal Date: Wed, 5 Aug 2009 22:46:10 +0000 (+0000) Subject: Removed some unneeded specificity of headings. X-Git-Tag: 1.31.0-rc.0~40473 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/message.php?a=commitdiff_plain;h=248bae1123fdc1793356d751ede40a51f61b71c5;p=lhc%2Fweb%2Fwiklou.git Removed some unneeded specificity of headings. --- diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index dd27fc6ea4..f5f7e45ae4 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -896,10 +896,10 @@ table.small { font-size: 100%; } /* Edge Cases for Content */ -#content h1, #content h2 { +h1, h2 { margin-bottom: .6em; } -#content h3, #content h4, #content h5 { +h3, h4, h5 { margin-bottom: .3em; } #firstHeading { diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index bacbbc537c..fcbf7eddc5 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -896,10 +896,10 @@ table.small { font-size: 100%; } /* Edge Cases for Content */ -#content h1, #content h2 { +h1, h2 { margin-bottom: .6em; } -#content h3, #content h4, #content h5 { +h3, h4, h5 { margin-bottom: .3em; } #firstHeading {