(bug 35884) width:auto unneeded on header element
authorAntoine Musso <hashar@free.fr>
Fri, 20 Apr 2012 14:08:07 +0000 (16:08 +0200)
committerAntoine Musso <hashar@free.fr>
Fri, 20 Apr 2012 14:08:07 +0000 (16:08 +0200)
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

index df50e05..3d12860 100644 (file)
@@ -79,7 +79,6 @@ h6 {
        padding-top: .5em;
        padding-bottom: .17em;
        border-bottom: 1px solid #aaa;
-       width: auto;
 }
 h1 {
        font-size: 188%;