r88465 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88464‎ | r88465 | r88466 >
Date:17:03, 20 May 2011
Author:krinkle
Status:ok
Tags:
Comment:
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.
Modified paths:
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -377,6 +377,7 @@
378378 border: 2px solid #ff7f00;
379379 margin: 0.4em;
380380 clear: left;
 381+ overflow: hidden;
381382 }
382383
383384 .mw-infobox-left {

Follow-up revisions

RevisionCommit summaryAuthorDate
r89380Move fixes for config-error-box to mw-infobox in order to apply for warnings ...krinkle02:26, 3 June 2011

Status & tagging log