[epiphany] About.css: remove background gradient



commit b274849cc55190995dd1276640440d7768787bf9
Author: Tobias Bernard <tbernard gnome org>
Date:   Wed Jul 17 19:59:34 2019 +0200

    About.css: remove background gradient
    
    This kind of gradient was part of an older design language and no longer
    makes sense now.

 src/resources/about.css | 9 ---------
 1 file changed, 9 deletions(-)
---
diff --git a/src/resources/about.css b/src/resources/about.css
index 59ff5bcaa..737767c1d 100644
--- a/src/resources/about.css
+++ b/src/resources/about.css
@@ -11,15 +11,6 @@ html {
     font-size: 11pt;
     color: #2e3436;
     background-color: #f6f6f4;
-    background-image: -webkit-gradient(
-            linear,
-            left top,
-            left bottom,
-            color-stop(0, #eeeeec),
-            color-stop(1, #f6f6f4)
-    );
-    background-size: 100% 5em;
-    background-repeat: no-repeat;
 }
 
 h1 {


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