Commit: e250801faa3188a20761587965405bd3b62178b5 Author: Levi Morrison <[email protected]> Fri, 7 Mar 2014 11:30:40 -0700 Parents: ae01ce157383dcf7b763c66cc50a6c1c72ed4238 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=e250801faa3188a20761587965405bd3b62178b5 Log: Minor cleanup from last commit. Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 361dc12..b624e7d 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -332,7 +332,7 @@ body, input, textarea { font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; } code, -pre.info, +pre, .docs .classsynopsis, .docs .classsynopsis code { font: normal 0.875rem / 1.46 "Source Code Pro", monospace; @@ -1125,7 +1125,7 @@ fieldset { margin: 0px; padding: 0.75rem 0.625rem; overflow: auto; - font: normal 0.875 / 1.46 "Source Code Pro", monospace; + font: normal 0.875rem / 1.46 "Source Code Pro", monospace; } @media (max-width: 465px) { .content-box h3 .release-state { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
