[gimp-web/testing] Change graphic design image to JPG on home



commit b1ec927ed841c1bdb47c133d1012ba952a2ff15e
Author: Pat David <pat patdavid net>
Date:   Wed Dec 2 05:47:22 2015 -0600

    Change graphic design image to JPG on home

 content/images/frontpage/gwi_5.jpg |  Bin 0 -> 131287 bytes
 themes/newgimp/static/css/home.css |    4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/content/images/frontpage/gwi_5.jpg b/content/images/frontpage/gwi_5.jpg
new file mode 100644
index 0000000..199f4d9
Binary files /dev/null and b/content/images/frontpage/gwi_5.jpg differ
diff --git a/themes/newgimp/static/css/home.css b/themes/newgimp/static/css/home.css
index 7daa1dd..9a04867 100644
--- a/themes/newgimp/static/css/home.css
+++ b/themes/newgimp/static/css/home.css
@@ -235,7 +235,7 @@ nav#menu li {
                         rgba(0,0,0,0),
                         rgba(0,0,0,0),
                         rgba(0,0,0,0.9)),
-                        url('/images/frontpage/gwi_5.png');
+                        url('/images/frontpage/gwi_5.jpg');
     background-repeat: no-repeat;
     background-size: cover;
     background-color: #0e2426;
@@ -314,7 +314,7 @@ span#gFirst {
     }
 
     #cap-graphics {
-        background-image: url('/images/frontpage/gwi_5.png');
+        background-image: url('/images/frontpage/gwi_5.jpg');
         background-position: 0 75%;
     }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]