Commit: 22f0fe3359ff5209a91e165c3704be4369940e0b Author: Levi Morrison <[email protected]> Wed, 23 Oct 2013 16:21:14 -0600 Parents: de95e1b6d4fb2652b09cb7eb2ddf86bec6d35d76 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=22f0fe3359ff5209a91e165c3704be4369940e0b Log: Reverted the removal of bold on <em> tags. Changed paths: M styles/site.css Diff: diff --git a/styles/site.css b/styles/site.css index b4a7373..7b9b124 100644 --- a/styles/site.css +++ b/styles/site.css @@ -197,6 +197,7 @@ ul li { } em { + font-weight:bolder; font-style: italic; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
