r24447 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24446‎ | r24447 | r24448 >
Date:00:46, 30 July 2007
Author:robchurch
Status:old
Tags:
Comment:
Some style tweaks, per Brion
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/includes/ImagePage.php (modified) (history)
  • /trunk/phase3/skins/common/shared.css (modified) (history)
  • /trunk/phase3/skins/monobook/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/main.css
@@ -1584,20 +1584,4 @@
15851585 text-align: center;
15861586 vertical-align: middle;
15871587 font-size: 90%;
1588 -}
1589 -
1590 -/**
1591 - * File histories
1592 - */
1593 -table.filehistory {
1594 - border-collapse: collapse;
1595 -}
1596 -table.filehistory,
1597 -table.filehistory th,
1598 -table.filehistory td {
1599 - border: 1px solid #AAAAAA;
1600 -}
1601 -table.filehistory th,
1602 -table.filehistory tr:hover td {
1603 - background-color: #EEEEFF;
16041588 }
\ No newline at end of file
Index: trunk/phase3/skins/common/shared.css
@@ -33,7 +33,7 @@
3434 */
3535 table.filehistory th,
3636 table.filehistory td {
37 - padding: 0 0.15em 0 0.15em;
 37+ padding: 0 0.2em 0 0.2em;
3838 }
3939 table.filehistory th {
4040 text-align: left;
Index: trunk/phase3/includes/ImagePage.php
@@ -668,8 +668,8 @@
669669 return Xml::element( 'h2', array( 'id' => 'filehistory' ), wfMsg( 'filehist' ) )
670670 . $wgOut->parse( wfMsgNoTrans( 'filehist-help' ) )
671671 . Xml::openElement( 'table', array( 'class' => 'filehistory' ) ) . "\n"
672 - . '<tr><th></th>'
673 - . ( $this->img->isLocal() && $wgUser->isAllowed( 'delete' ) ? '<th></th>' : '' )
 672+ . '<tr><td></td>'
 673+ . ( $this->img->isLocal() && $wgUser->isAllowed( 'delete' ) ? '<td></td>' : '' )
674674 . '<th>' . wfMsgHtml( 'filehist-datetime' ) . '</th>'
675675 . '<th>' . wfMsgHtml( 'filehist-user' ) . '</th>'
676676 . '<th>' . wfMsgHtml( 'filehist-dimensions' ) . '</th>'
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1195,7 +1195,7 @@
11961196 * to ensure that client-side caches don't keep obsolete copies of global
11971197 * styles.
11981198 */
1199 -$wgStyleVersion = '92';
 1199+$wgStyleVersion = '93';
12001200
12011201
12021202 # Server-side caching:

Follow-up revisions

RevisionCommit summaryAuthorDate
r24502Merged revisions 24415-24479 via svnmerge from...david22:31, 31 July 2007

Status & tagging log