[gnome-weather/gnome-3-8] city: add padding all the way around conditions image



commit 55baf29c01976b3ccff6f93aff3c65f8e5b981c3
Author: William Jon McCann <william jon mccann gmail com>
Date:   Wed Mar 6 15:41:54 2013 -0500

    city: add padding all the way around conditions image
    
    This helps work around a bug in the way icon shadows are done.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695313

 data/application.css |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/application.css b/data/application.css
index 71c74bb..fc7010e 100644
--- a/data/application.css
+++ b/data/application.css
@@ -17,13 +17,14 @@
 }
 #condition-label {
     font-size: 2.5em;
+    padding-bottom: 12px; /* keep in sync with conditions-image */
 }
 #attribution-label {
     font-size: small;
 }
 
 #conditions-image {
-    padding-right: 12px;
+    padding: 12px;
 }
 
 .content-view.cell {


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