[gnome-music] the css parser was complaining about missing units for albuminfo, set this to css



commit 6c94f272fec3afe14177fae8953015484e23d157
Author: Andreas Nilsson <anilsson redhat com>
Date:   Wed Apr 3 18:05:45 2013 -0300

    the css parser was complaining about missing units for albuminfo, set this to css

 data/application.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/application.css b/data/application.css
index fdf22fb..2f02bd0 100644
--- a/data/application.css
+++ b/data/application.css
@@ -83,12 +83,12 @@
 }
 
 .music-albuminfo-artist {
-    font-size: 15;
+    font-size: 15px;
     font-weight: bold;
 }
 
 .music-albuminfo-album {
-    font-size: 14;
+    font-size: 14px;
     font-weight: bold;
     color: mix (@theme_fg_color, @theme_bg_color, 0.50);    
 }


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