From: Antoine Musso Date: Fri, 20 Apr 2012 14:08:07 +0000 (+0200) Subject: (bug 35884) width:auto unneeded on header element X-Git-Tag: 1.31.0-rc.0~23854^2 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=2a8fe6fd24de159854bc7cd8d16f7f45c5f36cab;p=lhc%2Fweb%2Fwiklou.git (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 --- 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%;