Index: trunk/extensions/FlaggedRevs/specialpages/RatingHistory_body.php |
— | — | @@ -434,10 +434,10 @@ |
435 | 435 | $plot->format['rave'] = array( 'style' => 'stroke:green; stroke-width:1;' ); |
436 | 436 | $plot->format['dcount'] = array( 'style' => 'stroke:red; stroke-width:1;' ); |
437 | 437 | #'attributes' => "marker-end='url(#circle)'"); |
438 | | - $pageText = $wgContLang->truncate( $this->page->getPrefixedText(), 80, '...' ); |
| 438 | + $pageText = $wgContLang->truncate( $this->page->getPrefixedText(), 70, '...' ); |
439 | 439 | $plot->title = wfMsgExt('ratinghistory-graph',array('parsemag','content'), |
440 | 440 | $totalCount, wfMsgForContent("readerfeedback-$tag"), $pageText ); |
441 | | - $plot->styleTitle = 'font-family: sans-serif; font-weight: bold; font-size: 11pt;'; |
| 441 | + $plot->styleTitle = 'font-family: sans-serif; font-weight: bold; font-size: 12pt;'; |
442 | 442 | $plot->backgroundStyle = 'fill:#F0F0F0;'; |
443 | 443 | // extra code for markers |
444 | 444 | // FIXME: http://studio.imagemagick.org/pipermail/magick-bugs/2003-January/001038.html |