Match original alignment

This commit is contained in:
Joe Cooper
2008-09-11 04:00:17 +00:00
parent 8b3634c1ad
commit 8a645acbdf

View File

@@ -1496,7 +1496,7 @@ sub ui_nav_link
return &theme_ui_nav_link(@_) if (defined(&theme_ui_hr));
my ($direction, $url, $grey) = @_;
if ($gray) { $direction .= "-grey"; }
return "<a href=\"$url\"><img alt=\"<-\" align=top"
return "<a href=\"$url\"><img alt=\"<-\" align=\"middle\""
. "src=\"$gconfig{'webprefix'}/images/$direction.gif\"></a>\n";
}