Commit: fa639e825fb37add7c92ee65bd537dd7b796222a Author: Sobak <[email protected]> Sat, 27 Dec 2014 17:10:53 +0100 Parents: a87c882295e13bee9afcd9a0cbe3912f086aaf3f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=fa639e825fb37add7c92ee65bd537dd7b796222a Log: Code examples being parts of FAQ questions should not be bolded Example: http://php.net/manual/en/faq.using.php#faq.using.wrong-order Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 1b46f06..347f497 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -1307,6 +1307,10 @@ div.tip p:first-child { display: block; } +.docs .qandaentry dt .phpcode * { + font-weight: normal; +} + /* }}} */ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
