r39803 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r39802‎ | r39803 | r39804 >
Date:23:57, 21 August 2008
Author:aaron
Status:old
Tags:
Comment:
font/padding tweaks
Modified paths:
  • /trunk/extensions/FlaggedRevs/specialpages/RatingHistory_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/specialpages/RatingHistory_body.php
@@ -354,7 +354,7 @@
355355 $plot->plotOffsetY = 10;
356356 $plot->numGridlinesY = 5;
357357 $plot->innerPaddingX = 5;
358 - $plot->innerPaddingY = 0;
 358+ $plot->innerPaddingY = 1;
359359 $plot->outerPadding = 0;
360360 $plot->offsetGridlinesX = 0;
361361 $plot->maxY = 4;
@@ -444,7 +444,7 @@
445445 $plot->dataY['dave'] = $dave;
446446 $plot->dataY['rave'] = $rave;
447447 $plot->styleTagsX = 'font-family: monospace; font-size: 8pt;';
448 - $plot->styleLabelY = 'font-family: sans-serif; font-size: 10pt;';
 448+ $plot->styleTagsY = 'font-family: sans-serif; font-size: 10pt;';
449449 $plot->format['dave'] = array( 'style' => 'stroke:blue; stroke-width:1;');
450450 $plot->format['rave'] = array( 'style' => 'stroke:green; stroke-width:1;');
451451 # Create the graph

Status & tagging log