r63473 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r63472
|
r63473
|
r63474
>
Date:
17:19, 9 March 2010
Author:
raymond
Status:
ok
Tags:
Comment:
Add a clear:both to the filehistory headline to avoid funny floats if the file description contains something like [[File:Foo.jpg|thumb|bar]]
Backport to 1.16 follows.
Modified paths:
/trunk/phase3/includes/DefaultSettings.php
(modified) (
history
)
/trunk/phase3/skins/common/shared.css
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/skins/common/shared.css
—
—
@@ -46,6 +46,10 @@
47
47
/**
48
48
* File histories
49
49
*/
50
+h2#filehistory {
51
+ clear: both;
52
+}
53
+
50
54
table.filehistory th,
51
55
table.filehistory td {
52
56
vertical-align:top;
Index: trunk/phase3/includes/DefaultSettings.php
—
—
@@ -1686,7 +1686,7 @@
1687
1687
* to ensure that client-side caches do not keep obsolete copies of global
1688
1688
* styles.
1689
1689
*/
1690
-$wgStyleVersion = '267';
1690
+$wgStyleVersion = '268';
1691
1691
1692
1692
1693
1693
# Server-side caching:
Follow-up revisions
Revision
Commit summary
Author
Date
r63474
Backport
r63473
: Add a clear:both to the filehistory headline to avoid funny ...
raymond
17:23, 9 March 2010
Status & tagging log
21:15, 1 May 2010
Siebrand
(
talk
|
contribs
)
changed the
status
of r63473
[
removed:
new
added:
ok]