Commit:    1ee1b4d24a9cbf87c6f78c0a03cbc7cf551910fd
Author:    Levi Morrison <le...@php.net>         Wed, 3 Jul 2013 11:15:58 -0600
Parents:   09093b0ce1340d5cd6ac41bde51c5d4f735f9c46
Branches:  master

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

Log:
Made the backgrounds less purple. They almost look grey now.

Changed paths:
  M  styles/doc.css
  M  styles/theme.css


Diff:
diff --git a/styles/doc.css b/styles/doc.css
index 8071b70..9c05a92 100755
--- a/styles/doc.css
+++ b/styles/doc.css
@@ -321,7 +321,7 @@ ul.chunklist_children {
 .docs .classsynopsis,
 .docs div.refsect1 {
     position: relative;
-    background-color: #eef;
+    background-color: #eeeef6;
     padding: .75em;
 }
 
diff --git a/styles/theme.css b/styles/theme.css
index 3e1413e..207c042 100755
--- a/styles/theme.css
+++ b/styles/theme.css
@@ -251,7 +251,7 @@ hr {
 
 #headnav li dl dd:hover,
 #headnav li dl dt:hover {
-    background: #eef;
+    background: #eeeef6;
 }
 
 #headnav li.current a.menu-link,
@@ -435,7 +435,7 @@ hr {
     border-color: #ccd;
 }
 #usernotes .note .text {
-    background-color: #eef;
+    background-color: #eeeef6;
     border-top: 0.125em solid #669;
     padding: 1.375em .75em 1.5em;
 }
@@ -660,7 +660,7 @@ aside.tips div.inner {
     float: left;
     padding:.75em;
     margin-top:-.75em;
-    background-color:#eef;
+    background-color:#eeeef6;
 }
 
 .layout-menu li a {
@@ -842,7 +842,7 @@ table.standard tr:nth-child(even) td.sub,
 table.standard tr:nth-child(even) th.sub,
 table.standard tr td.sub,
 table.standard tr th.sub {
-    background: #eef;
+    background: #eeeef6;
 }
 
 table.standard td.subr,


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

Reply via email to