From: Krinkle Date: Mon, 27 Dec 2010 20:53:11 +0000 (+0000) Subject: Adding overflow:hidden to heading elements in Vector. X-Git-Tag: 1.31.0-rc.0~33047 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=140a3b84cc8fea6861ca70b8451d399de2149d3d;p=lhc%2Fweb%2Fwiklou.git Adding overflow:hidden to heading elements in Vector. This has been tested in Vector in a large number of browsers to not have side effects and only making the underline no longer shine through transparent borders or margins of thumbs. Also, due to float clearing abilities of overflow:hidden (it's all over the internet) this also causes the editsection link to no longer be stacked down (see en.wiki WP:BUNCH), see bug 26449. --- diff --git a/skins/vector/screen.css b/skins/vector/screen.css index 060fe7ca07..be05727a3a 100644 --- a/skins/vector/screen.css +++ b/skins/vector/screen.css @@ -699,6 +699,7 @@ h6 { background: none; font-weight: normal; margin: 0; + overflow: hidden; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa;