Commit: 0fe73752d851dce8d688731945a966d45a47bc79 Author: Sobak <[email protected]> Sat, 27 Dec 2014 17:10:53 +0100 Parents: 5c6789c002561708bcde6ceb53a31b251a3af0a1 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=0fe73752d851dce8d688731945a966d45a47bc79 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
