From 2a8fe6fd24de159854bc7cd8d16f7f45c5f36cab Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Fri, 20 Apr 2012 16:08:07 +0200 Subject: [PATCH] (bug 35884) width:auto unneeded on header element width:auto on HTML headers (h1, h2 ..) was introduced by the vector skin with b74f7169675c3971db0. Seeems unneeded since that is the default for those tags. Change-Id: I7313236b86524dcff46777f11852b01ee3e595fa --- skins/common/commonElements.css | 1 - 1 file changed, 1 deletion(-) diff --git a/skins/common/commonElements.css b/skins/common/commonElements.css index df50e055b7..3d1286013d 100644 --- a/skins/common/commonElements.css +++ b/skins/common/commonElements.css @@ -79,7 +79,6 @@ h6 { padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa; - width: auto; } h1 { font-size: 188%; -- 2.20.1