[gnome-shell] Make labels on top bar bold



commit f2172c088ecb0ad15fa8d11cddb520368a252c6c
Author: William Jon McCann <jmccann redhat com>
Date:   Mon Mar 22 21:01:04 2010 -0400

    Make labels on top bar bold
    
    Trying out making the button label text a little meatier.

 data/theme/gnome-shell.css |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 3d15322..84de40e 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -104,6 +104,7 @@ StTooltip {
 
 #panelLeft, #panelCenter, #panelRight {
     spacing: 4px;
+    font-weight: bold;
 }
 
 #panelLeft {
@@ -123,6 +124,7 @@ StTooltip {
     border-radius-bottomleft: 0px;
     border-radius-bottomright: 0px;
     font: 16px sans-serif;
+    font-weight: bold;
 }
 
 .panel-button:active, .panel-button:checked, .panel-button:pressed {



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