Commit: 7b505fa99b01ef23d973b17c6ff5a144a9da68b4 Author: Peter Kokot <[email protected]> Mon, 6 Aug 2018 08:22:26 +0200 Parents: 8c52db690562683212a322d45b5f11ca36f86f0d Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=7b505fa99b01ef23d973b17c6ff5a144a9da68b4 Log: Apply line-height CSS style to all pre tags This improves readability when <pre> tags are used. Changed paths: M www/css/style.css Diff: diff --git a/www/css/style.css b/www/css/style.css index d153e69..c9dcbe9 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -424,6 +424,10 @@ code, pre { font-size: 13px; } +pre { + line-height: 1.4; +} + h1 { font-size: 140%; font-weight: bold; @@ -530,7 +534,6 @@ 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
