Commit:    d789078e942ec2222a28a29d08ac6a258e54f741
Author:    Paul Dragoonis <[email protected]>         Mon, 24 Jun 2013 
23:19:19 +0100
Parents:   6c7a8d0f07a72a7334673caa3ff0e9f49423d923
Branches:  master

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

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

Reply via email to