From: Aaron Schulz Date: Thu, 20 Mar 2008 17:59:38 +0000 (+0000) Subject: Align arrows to top, but move down half a line, so it lines up X-Git-Tag: 1.31.0-rc.0~48927 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=6f21ad753541913e02164425c71292ce89b5eda0;p=lhc%2Fweb%2Fwiklou.git Align arrows to top, but move down half a line, so it lines up --- diff --git a/includes/ChangesList.php b/includes/ChangesList.php index bb9c0c3c88..e7627dbc87 100644 --- a/includes/ChangesList.php +++ b/includes/ChangesList.php @@ -505,7 +505,7 @@ class EnhancedChangesList extends ChangesList { */ function recentChangesBlockGroup( $block ) { global $wgLang, $wgContLang, $wgRCShowChangedSize; - $r = ''; + $r = '
'; # Collate list of users $isnew = false; @@ -555,7 +555,7 @@ class EnhancedChangesList extends ChangesList { $toggleLink = "javascript:toggleVisibility('$rci','$rcm','$rcl')"; $tl = '' . $this->sideArrow() . ''; $tl .= ''; - $r .= ''; + $r .= ''; # Main line $r .= '
'.$tl.''.$tl.''.$this->recentChangesFlags( $isnew, false, $unpatrolled, ' ', $bot ); @@ -617,7 +617,7 @@ class EnhancedChangesList extends ChangesList { $r .= "
\n"; # Sub-entries - $r .= '