[the-board] [style] Globally set font for all MxWidgets



commit 372536678d0dd25d7cbd788d152826627fba00aa
Author: Lucas Rocha <lucasr gnome org>
Date:   Thu Jan 6 14:38:35 2011 +0000

    [style] Globally set font for all MxWidgets
    
    No need to set on a per-widget basis.

 data/style/style.css |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/data/style/style.css b/data/style/style.css
index d1317e7..6b5a571 100644
--- a/data/style/style.css
+++ b/data/style/style.css
@@ -4,7 +4,7 @@ TbBox {
     padding: 0;
 }
 
-MxLabel {
+MxWidget {
     font-family: "Action Man";
 }
 
@@ -27,7 +27,6 @@ TbBox#main-window-startup-box {
 MxLabel#main-window-startup-label {
     color: black;
     font-size: 30;
-    font-family: "Action Man";
 }
 
 TbBox#main-window-spinner-box {
@@ -102,7 +101,6 @@ TbBox#page-button-main-box:hover {
 MxLabel#page-button-title-label {
     color: black;
     font-size: 18px;
-    font-family: "Action Man";
     padding: 9px 7px 9px 0px;
 }
 
@@ -145,7 +143,6 @@ TbBox#toolbar-title-box {
 MxLabel#toolbar-title-label {
     color: black;
     font-size: 18px;
-    font-family: "Action Man";
 }
 
 /* ToolBox */ 
@@ -167,7 +164,6 @@ TbBox#tool-box-button-box {
 MxLabel#tool-box-title-label {
     color: #999999;
     font-size: 14px;
-    font-family: "Action Man";
 }
 
 TbBox#thing-tool-box-main-box {
@@ -177,7 +173,6 @@ TbBox#thing-tool-box-main-box {
 
 MxButton#tool-box-button {
     font-size: 14px;
-    font-family: "Action Man";
     color: black;
     padding: 0;
     border-image: none;



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