[gimp-web/testing] Modified border-top of cap sections to be darker



commit 61fda9981fd7cc5583c02ab11b9946b17e622385
Author: Pat David <pat patdavid net>
Date:   Sat Nov 28 08:34:31 2015 -0600

    Modified border-top of cap sections to be darker

 themes/newgimp/static/css/home.css |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/themes/newgimp/static/css/home.css b/themes/newgimp/static/css/home.css
index 280fca6..b39832a 100644
--- a/themes/newgimp/static/css/home.css
+++ b/themes/newgimp/static/css/home.css
@@ -163,6 +163,7 @@ nav#menu li#gimp-home {
 
 .cap {
     max-height: 100vh;
+    border-top: solid 1px #555;
 }
 
 .cap h2 {
@@ -306,12 +307,8 @@ span#gFirst {
     }
 
     #cap-graphics {
-        background-image: linear-gradient( to right,
-            rgba(255,255,255,0),
-            rgba(255,255,255,1) 40%,
-            white ),
-            url('/images/frontpage/graphic-elements.png');
         background-image: url('/images/frontpage/gwi_5.png');
+        background-position: 0;
     }
 
     span#gFirst, span#gSecond {


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