Commit: 3ed854173054225df76f4917fd8237f4e624edce Author: Levi Morrison <[email protected]> Fri, 7 Mar 2014 11:30:40 -0700 Parents: e0126ba64715bb690b9cd0846c40763cab95c91d Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=3ed854173054225df76f4917fd8237f4e624edce 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
