[gnome-clocks] css: fix font size



commit 07a0ceb16e7d48c61d9c43ed99e382bc72959ac2
Author: Paolo Borelli <pborelli gnome org>
Date:   Sat Oct 8 18:32:52 2016 +0200

    css: fix font size
    
    This restores the previous font proportions with the new gtk.

 data/css/gnome-clocks.css |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/data/css/gnome-clocks.css b/data/css/gnome-clocks.css
index f2cbc20..daec8e6 100644
--- a/data/css/gnome-clocks.css
+++ b/data/css/gnome-clocks.css
@@ -17,7 +17,7 @@ window > stack:backdrop {
 }
 
 .clocks-digital-renderer.stripe {
-    font-size: 32px;
+    font-size: 32pt;
 }
 
 /* world */
@@ -97,7 +97,7 @@ window > stack:backdrop {
 }
 
 .clocks-ampm-toggle-button {
-    font-size: 18px;
+    font-size: 18pt;
 }
 
 .clocks-digital-renderer.active.stripe,
@@ -109,28 +109,28 @@ window > stack:backdrop {
 
 .clocks-standalone-label,
 .clocks-ringing-label {
-    font-size: 64px;
+    font-size: 64pt;
 }
 
 .clocks-secondary-standalone-label {
-    font-size: 18px;
+    font-size: 18pt;
 }
 
 .clocks-button {
-    font-size: 14px;
+    font-size: 14pt;
 }
 
 .clocks-alarm-setup-time {
-    font-size: 32px;
+    font-size: 32pt;
 }
 
 .clocks-spinbutton {
-    font-size: 48px;
+    font-size: 48pt;
 }
 
 .clocks-stopwatch-label,
 .clocks-timer-label {
-    font-size: 48px;
+    font-size: 48pt;
 }
 
 .clocks-analog-frame.trough {
@@ -167,7 +167,7 @@ window > stack:backdrop {
 .clocks-laps-panel row {
     padding-left: 20px;
     padding-right: 20px;
-    font-size: 14px;
+    font-size: 14pt;
     border-image: linear-gradient(to bottom,
                                   mix(@borders,@theme_bg_color,0.5),
                                   mix(@borders,@theme_bg_color,0.5))


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