r63474 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63473‎ | r63474 | r63475 >
Date:17:23, 9 March 2010
Author:raymond
Status:ok
Tags:
Comment:
Backport r63473: Add a clear:both to the filehistory headline to avoid funny floats if the file description contains something like [[File:Foo.jpg|thumb|bar]]
Modified paths:
  • /branches/REL1_16/phase3/includes/DefaultSettings.php (modified) (history)
  • /branches/REL1_16/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: branches/REL1_16/phase3/skins/common/shared.css
@@ -46,6 +46,10 @@
4747 /**
4848 * File histories
4949 */
 50+h2#filehistory {
 51+ clear: both;
 52+}
 53+
5054 table.filehistory th,
5155 table.filehistory td {
5256 vertical-align:top;
Index: branches/REL1_16/phase3/includes/DefaultSettings.php
@@ -1686,7 +1686,7 @@
16871687 * to ensure that client-side caches do not keep obsolete copies of global
16881688 * styles.
16891689 */
1690 -$wgStyleVersion = '267';
 1690+$wgStyleVersion = '268';
16911691
16921692
16931693 # Server-side caching:

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r63473Add a clear:both to the filehistory headline to avoid funny floats if the fil...raymond17:19, 9 March 2010

Status & tagging log