Commit: 5a59bdc55fa80a5f539e56599def8f2d92ed8797 Author: Peter Kokot <[email protected]> Wed, 30 May 2018 04:20:19 +0200 Parents: c5993bac38f1a40e2dde5cff36d9099536e9408c Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=5a59bdc55fa80a5f539e56599def8f2d92ed8797 Log: Add line-height to .note CSS class The line-height of 1.3 makes the text more readable. Changed paths: M www/css/style.css Diff: diff --git a/www/css/style.css b/www/css/style.css index 70d96f2..a45af26 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -535,6 +535,7 @@ td.content table { margin-left: 10px; white-space:pre-wrap; font-size: 13px; + line-height: 1.4; } .lusersearch .note { width:100%; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
