Commit: 3eb8e3661420d4a7a2fb1b220c5741798e0b5590 Author: Paul Dragoonis <[email protected]> Mon, 24 Jun 2013 23:19:19 +0100 Parents: d11e6b623923891f4ff1cfb4e34890535f1c2a31 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=3eb8e3661420d4a7a2fb1b220c5741798e0b5590 Log: [beta site] Added bolding of <em> tags that were removed on the new design. Changed paths: M styles/theme.css Diff: diff --git a/styles/theme.css b/styles/theme.css index dcb8aa5..cc28f7d 100755 --- a/styles/theme.css +++ b/styles/theme.css @@ -1023,3 +1023,9 @@ table.standard th.subr { div.informalexample { margin-bottom: 1.5em; } + +em, strong { + font-weight: bold; + font-style: italic; + color: #333; +} -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
