Commit: 62d4286c99fa20dbf7dfed5e0984fe7af1f11f62 Author: Jacob Bednarz <[email protected]> Wed, 18 Feb 2015 10:00:23 +1000 Parents: 593dc1f40fff5b3eaf1440c2f81f3c107f4f3021 Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=62d4286c99fa20dbf7dfed5e0984fe7af1f11f62 Log: Use a full font option for Mac, Windows and Linux users Changed paths: M www/css/style.css Diff: diff --git a/www/css/style.css b/www/css/style.css index 35d7e0d..be8974d 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -421,8 +421,8 @@ hr { } code, pre, tt { - font-family: monospace; - font-size: medium; + font-family: Consolas, Inconsolata, "Liberation Mono", monospace; + font-size: 13px; } h1 { @@ -529,7 +529,7 @@ td.content table { width:65em; margin-left: 10px; white-space:pre-wrap; - font-size:medium; + font-size: 13px; } .lusersearch .note { width:100%; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
