[gimp-web/gimp-web-static] Removed introduction box + shadow (per jimmac)



commit 20c66c848425ae4302f23d7a6ea20cf40bad7dd3
Author: Pat David <patdavid gmail com>
Date:   Fri Sep 4 13:37:11 2015 -0500

    Removed introduction box + shadow (per jimmac)

 themes/newgimp/static/css/home.css |   15 +++++----------
 1 files changed, 5 insertions(+), 10 deletions(-)
---
diff --git a/themes/newgimp/static/css/home.css b/themes/newgimp/static/css/home.css
index c1fdeb1..22ed7a8 100644
--- a/themes/newgimp/static/css/home.css
+++ b/themes/newgimp/static/css/home.css
@@ -94,7 +94,7 @@ span#gThird span {
 
 #introduction{
     text-align: left;
-    background-image: linear-gradient( rgba(255,255,255,0.85), rgba(255,255,255,0.85)), 
url('/theme/images/oldfrontsplash.jpg');
+    background-image: linear-gradient( to right, rgba(255,255,255,1) 50%, rgba(255,255,255,0.75)), 
url('/theme/images/oldfrontsplash.jpg');
     background-size: cover;
     background-position: 100%;
 }
@@ -109,15 +109,6 @@ span#gThird span {
     margin: 0 auto;
 }
 
-#introduction div.column.two-thirds {
-    background-color: white;
-    padding: 1rem;
-    box-shadow: rgba(127,127,127,1) 2px 2px,
-                rgba(127,127,127,1) 3px 3px,
-                rgba(127,127,127,1) 4px 4px,
-                rgba(127,127,127,1) 5px 5px,
-                rgba(127,127,127,1) 6px 6px;
-}
 
 nav#menu li#gimp-home {
     display: none;
@@ -290,4 +281,8 @@ span#gFirst {
         width: auto;
     }
 
+    #introduction {
+    background-image: linear-gradient( to right, rgba(255,255,255,1) 50%, rgba(255,255,255,0.90)), 
url('/theme/images/oldfrontsplash.jpg');
+    }
+
 }


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