diff options
author | Antoine Musso <hashar@free.fr> | 2012-04-20 16:08:07 +0200 |
---|---|---|
committer | Antoine Musso <hashar@free.fr> | 2012-04-20 16:08:07 +0200 |
commit | 2a8fe6fd24de159854bc7cd8d16f7f45c5f36cab (patch) | |
tree | a715e64522c85021703459713780e177d5d24d20 /skins | |
parent | 4a0336dc744f08a4dd0c7ea98de89ba8bebc5fc6 (diff) | |
download | mediawikicore-2a8fe6fd24de159854bc7cd8d16f7f45c5f36cab.tar.gz mediawikicore-2a8fe6fd24de159854bc7cd8d16f7f45c5f36cab.zip |
(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
Diffstat (limited to 'skins')
-rw-r--r-- | skins/common/commonElements.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/skins/common/commonElements.css b/skins/common/commonElements.css index df50e055b783..3d1286013d98 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%; |