From 140a3b84cc8fea6861ca70b8451d399de2149d3d Mon Sep 17 00:00:00 2001 From: Krinkle Date: Mon, 27 Dec 2010 20:53:11 +0000 Subject: [PATCH] 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. --- skins/vector/screen.css | 1 + 1 file changed, 1 insertion(+) 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; -- 2.20.1