r32884 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32883‎ | r32884 | r32885 >
Date:23:55, 6 April 2008
Author:aaron
Status:old
Tags:
Comment:
Tone down the user margins
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
@@ -113,8 +113,8 @@
114114 /* the auto-generated edit comments */
115115 .autocomment { color: gray; }
116116 #pagehistory .history-user {
117 - margin-left: 1.4em;
118 - margin-right: 0.4em;
 117+ margin-left: 0.4em;
 118+ margin-right: 0.2em;
119119 }
120120 #pagehistory span.minor { font-weight: bold; }
121121 #pagehistory li { border: 1px solid white; }
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1343,7 +1343,7 @@
13441344 * to ensure that client-side caches don't keep obsolete copies of global
13451345 * styles.
13461346 */
1347 -$wgStyleVersion = '131';
 1347+$wgStyleVersion = '132';
13481348
13491349
13501350 # Server-side caching:

Status & tagging log