From 1db137c4b1c60eb3e72d082f2ffd8b946f27e5ef Mon Sep 17 00:00:00 2001 From: Krinkle Date: Fri, 20 May 2011 17:03:44 +0000 Subject: [PATCH] adding overflow:hidden; to .mw.infobox in shared.css. During the installation the orange box is having it's border messing through the sidebar, adding overfow:hidden solves this. --- skins/common/shared.css | 1 + 1 file changed, 1 insertion(+) diff --git a/skins/common/shared.css b/skins/common/shared.css index e1f2002f01..8a94d3cb71 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -377,6 +377,7 @@ table.collapsed tr.collapsable { border: 2px solid #ff7f00; margin: 0.4em; clear: left; + overflow: hidden; } .mw-infobox-left { -- 2.20.1