Commit:    d91e8468e5982f00156aa04efb58a4ec88c47f4c
Author:    Levi Morrison <[email protected]>         Tue, 4 Mar 2014 12:22:58 -0700
Parents:   cb31387978bd6e4f294f1207dc81a023d46a621f
Branches:  master

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

Log:
Added a texture to #intro

Changed paths:
  A  images/bg-texture-00.svg
  M  styles/home.css


Diff:
diff --git a/images/bg-texture-00.svg b/images/bg-texture-00.svg
new file mode 100644
index 0000000..73906de
--- /dev/null
+++ b/images/bg-texture-00.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg"; width="4" height="4">
+  <path style="stroke:#000;stroke-width:.5;stroke-opacity:.25" d="M 0,0 4,4 M 
0,4 4,0"/>
+</svg>
diff --git a/styles/home.css b/styles/home.css
index 67e5e1d..b70f8b3 100644
--- a/styles/home.css
+++ b/styles/home.css
@@ -4,7 +4,7 @@ complimentary greens: 9FB553    7B8851    61761B    C6DA82    
CCDA99
 
 */
 #intro {
-    background:#333;
+    background:#333 url('/images/bg-texture-00.svg');
     box-shadow:inset 0 0 2em rgba(0,0,0,.375);
     color:#fff;
     border-bottom:.25em solid #8C8CC5;


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

Reply via email to