Commit:    65d542af8af7453af408f7d5213255eefbd1bc2e
Author:    Levi Morrison <[email protected]>         Wed, 23 Oct 2013 16:21:14 -0600
Parents:   c036828cbd87a5977810c9cd4e099e91e6e14cd8
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=65d542af8af7453af408f7d5213255eefbd1bc2e

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

Reply via email to