From: Krinkle Date: Fri, 20 May 2011 17:03:44 +0000 (+0000) Subject: adding overflow:hidden; to .mw.infobox in shared.css. During the installation the... X-Git-Tag: 1.31.0-rc.0~30064 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=1db137c4b1c60eb3e72d082f2ffd8b946f27e5ef;p=lhc%2Fweb%2Fwiklou.git 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. --- 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 {