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 @@
378
378
border: 2px solid #ff7f00;
379
379
margin: 0.4em;
380
380
clear: left;
381
+ overflow: hidden;
381
382
}
382
383
383
384
.mw-infobox-left {
Follow-up revisions
Revision
Commit summary
Author
Date
r89380
Move fixes for config-error-box to mw-infobox in order to apply for warnings ...
krinkle
02:26, 3 June 2011
Status & tagging log
06:17, 24 June 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r88465
[
removed:
new
added:
ok]