[gnome-weather] Fix application.css syntax



commit a29561c67f48853f19863afd7a88a21e0444f054
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Mon Jun 23 22:17:35 2014 +0200

    Fix application.css syntax
    
    text-shadow does not support inset shadows (and we really want
    outset here)

 data/application.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/application.css b/data/application.css
index 80fcfe9..0886843 100644
--- a/data/application.css
+++ b/data/application.css
@@ -1,6 +1,6 @@
 #weather-page {
-    text-shadow: inset 1px 1px 3px black;
-    icon-shadow: inset 1px 1px 3px black;
+    text-shadow: 1px 1px 3px black;
+    icon-shadow: 1px 1px 3px black;
 }
 
 #weather-page-placeholder-title {


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