From df0ea7f7fc3b2a6c33a8e9c4944a9fa789fe841e Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Fri, 6 Jan 2012 11:24:57 +0000 Subject: [PATCH] Prevent #firstHeading overriding the language specific h1 height. Ref Bug 30809 --- skins/common/shared.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/common/shared.css b/skins/common/shared.css index 85aee621c8..6a7a09d86a 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -824,7 +824,7 @@ h1:lang(pa), h1:lang(sa), h1:lang(ta), h1:lang(te) { - line-height: 1.5em; + line-height: 1.5em !important; } h2:lang(as), h3:lang(as), h4:lang(as), h5:lang(as), h6:lang(as), h2:lang(bn), h3:lang(bn), h4:lang(bn), h5:lang(bn), h6:lang(bn), -- 2.20.1