Commit: 0895bddde625e3c35ba1c131fa788abc96fc8c27 Author: Javier Eguiluz <javier.egui...@gmail.com> Mon, 30 Jul 2018 20:32:36 +0200 Parents: 76a032f027d2f98d604a4c22bfbb5eb5894399f3 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=0895bddde625e3c35ba1c131fa788abc96fc8c27 Log: Fixed the vertical align of "supported versions" chart Changed paths: M images/supported-versions.php Diff: diff --git a/images/supported-versions.php b/images/supported-versions.php index 1899eeb..f636388 100644 --- a/images/supported-versions.php +++ b/images/supported-versions.php @@ -91,7 +91,7 @@ $height = $header_height + $footer_height + (count($branches) * $branch_height); } .branch-labels text { - alignment-baseline: central; + dominant-baseline: central; text-anchor: middle; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php