Commit:    384aedb3af98e260d1037ac3e4fcd39134311346
Author:    Jason Knight <[email protected]>         Tue, 25 Jun 2013 
17:21:15 -0700
Committer: Hannes Magnusson <[email protected]>      Mon, 2 Sep 2013 21:44:51 
-0700
Parents:   68db9991cee3f08c468f3c1fd4fa98b164315f0a
Branches:  master

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

Log:
Add textured background image

Changed paths:
  A  images/tweed.png
  M  styles/home.css
  M  styles/theme.css


Diff:
diff --git a/images/tweed.png b/images/tweed.png
new file mode 100644
index 0000000..fc03711
Binary files /dev/null and b/images/tweed.png differ
diff --git a/styles/home.css b/styles/home.css
index b246bd5..31a187a 100644
--- a/styles/home.css
+++ b/styles/home.css
@@ -89,7 +89,6 @@ complimentary greens: 9FB553    7B8851    61761B    C6DA82    
CCDA99
     display: block;
     float: right;
     min-height:240px;
-    background:#4f4f4f;
 }
 
 #mega-drop-down div.download h2 {
diff --git a/styles/theme.css b/styles/theme.css
index 61dce66..3f64bd7 100755
--- a/styles/theme.css
+++ b/styles/theme.css
@@ -548,7 +548,7 @@ pre.info {
  */
 
 #mega-drop-down {
-    background-color: #333;
+    background-image: url("/images/tweed.png");
     border-color: #9999CC;
 }


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

Reply via email to