Commit:    c036828cbd87a5977810c9cd4e099e91e6e14cd8
Author:    Levi Morrison <[email protected]>         Wed, 23 Oct 2013 09:16:41 -0600
Parents:   586bfaf0b8c04a77f4f72ee49b9f85dbb8217554
Branches:  master

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

Log:
Removed bold style on em; this is mostly important for the wiki, but always 
making 'italic' also bold is overwhelming.

Changed paths:
  M  styles/site.css


Diff:
diff --git a/styles/site.css b/styles/site.css
index e5351ea..b4a7373 100644
--- a/styles/site.css
+++ b/styles/site.css
@@ -197,7 +197,6 @@ ul li {
 }
 
 em {
-       font-weight: bold;
        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