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 @@
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: branches/REL1_16/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:
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r63473
Add a clear:both to the filehistory headline to avoid funny floats if the fil...
raymond
17:19, 9 March 2010
Status & tagging log
18:27, 12 March 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r63474
[
removed:
new
added:
ok]