Some style tweaks, per Brion
authorRob Church <robchurch@users.mediawiki.org>
Mon, 30 Jul 2007 00:46:09 +0000 (00:46 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Mon, 30 Jul 2007 00:46:09 +0000 (00:46 +0000)
includes/DefaultSettings.php
includes/ImagePage.php
skins/common/shared.css
skins/monobook/main.css

index 1996376..e764937 100644 (file)
@@ -1195,7 +1195,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '92';
+$wgStyleVersion = '93';
 
 
 # Server-side caching:
index c4bd441..f95d26b 100644 (file)
@@ -668,8 +668,8 @@ class ImageHistoryList {
                return Xml::element( 'h2', array( 'id' => 'filehistory' ), wfMsg( 'filehist' ) )
                        . $wgOut->parse( wfMsgNoTrans( 'filehist-help' ) )
                        . Xml::openElement( 'table', array( 'class' => 'filehistory' ) ) . "\n"
-                       . '<tr><th></th>'
-                       . ( $this->img->isLocal() && $wgUser->isAllowed( 'delete' ) ? '<th></th>' : '' )
+                       . '<tr><td></td>'
+                       . ( $this->img->isLocal() && $wgUser->isAllowed( 'delete' ) ? '<td></td>' : '' )
                        . '<th>' . wfMsgHtml( 'filehist-datetime' ) . '</th>'
                        . '<th>' . wfMsgHtml( 'filehist-user' ) . '</th>'
                        . '<th>' . wfMsgHtml( 'filehist-dimensions' ) . '</th>'
index 063a4fe..f03524b 100644 (file)
@@ -33,7 +33,7 @@ div#mw-js-message {
  */
 table.filehistory th,
 table.filehistory td {
-       padding: 0 0.15em 0 0.15em;
+       padding: 0 0.2em 0 0.2em;
 }
 table.filehistory th {
        text-align: left;
index fe96599..3c089de 100644 (file)
@@ -1584,20 +1584,4 @@ div#mw-recreate-deleted-warn ul li {
        text-align: center;
        vertical-align: middle;
        font-size: 90%;
-}
-
-/**
- * File histories
- */
-table.filehistory {
-       border-collapse: collapse;
-} 
-table.filehistory,
-table.filehistory th,
-table.filehistory td {
-       border: 1px solid #AAAAAA;
-}
-table.filehistory th,
-table.filehistory tr:hover td {
-       background-color: #EEEEFF;
 }
\ No newline at end of file