[gnome-software/gnome-3-16] featured: Fix a syntax error in inkscape css



commit 848f9d48a01ab397473dfcdc73c98c659dbcf3a5
Author: Kalev Lember <kalevlember gmail com>
Date:   Mon Jun 15 10:00:57 2015 +0200

    featured: Fix a syntax error in inkscape css

 data/featured.ini.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/featured.ini.in b/data/featured.ini.in
index ba20f03..59e0130 100644
--- a/data/featured.ini.in
+++ b/data/featured.ini.in
@@ -29,7 +29,7 @@ text=#333
 text-shadow=0 1px 1px rgba(255,255,255,0.7)
 
 [inkscape.desktop]
-background=url('@prefix@/share/gnome-software/featured-inkscape.png') 20% 30% auto no-repeat, 
linear-gradient(to bottom, #ccd6c3, #a7b797)
+background=url('@prefix@/share/gnome-software/featured-inkscape.png') 20% / 30% auto no-repeat, 
linear-gradient(to bottom, #ccd6c3, #a7b797)
 stroke=#819a6b
 text=#ffffff
 text-shadow=0 1px 3px rgba(0,0,0,0.9),0 1px 2px rgba(0,0,0,0.7)


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