Commit:    1fffc8f1399b4406930bca9e7926a42380c26c34
Author:    Peter Cowburn <[email protected]>         Wed, 27 Nov 2013 09:57:52 
+0000
Parents:   9f1080f4ea1c031f8ca24e84cda5bbe18fad8598
Branches:  master

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

Log:
set a background color for code blocks on non-API pages

A tiny step forward for the "too much white" crowd.

Changed paths:
  M  styles/theme-medium.css


Diff:
diff --git a/styles/theme-medium.css b/styles/theme-medium.css
index d097636..3debef1 100755
--- a/styles/theme-medium.css
+++ b/styles/theme-medium.css
@@ -268,10 +268,14 @@ div.warning:before {
 /* {{{ Syntax highlighting */
 .example-contents > [class$="code"],
 .example-contents.screen {
-  background-color: #fff;
+  background-color: #f2f2f2;
   border-color: #d6d6d6 !important;
   border-top-color: #cdcdcd !important;
 }
+.refsect1 .example-contents > [class$="code"],
+.refsect1 .example-contents.screen {
+  background-color: #fff;
+}
 .refsect1 .dc-description,
 .docs .sect1 .dc-description {
     background:#fff;


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to