[gitg/vala] Specify pixels in the css



commit 4d7f842f660873a9639b3d175a7563ba21aea9d6
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sun May 20 21:33:17 2012 +0200

    Specify pixels in the css

 gitg/resources/ui/style.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gitg/resources/ui/style.css b/gitg/resources/ui/style.css
index 5d934b1..31f1529 100644
--- a/gitg/resources/ui/style.css
+++ b/gitg/resources/ui/style.css
@@ -41,7 +41,7 @@ GtkLabel.title {
 	font-weight: bold;
 	font-size: 16;
 	color: @insensitive_fg_color;
-	text-shadow: 1 1 @theme_base_color;
+	text-shadow: 1px 1px @theme_base_color;
 }
 
 GtkLabel.description {
@@ -52,5 +52,5 @@ GtkLabel.description {
 GtkLabel.grid_title {
 	font-weight: bold;
 
-	text-shadow: 1 1 @theme_base_color;
+	text-shadow: 1px 1px @theme_base_color;
 }



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