[the-board/cheese: 4/10] [things] Set font on MxWidget to auto-apply to any other widget



commit 6423ce5cce9f1d8e191311547a187d82ffe87693
Author: Lucas Rocha <lucasr gnome org>
Date:   Sun Apr 3 11:13:39 2011 +0100

    [things] Set font on MxWidget to auto-apply to any other widget

 data/things/photo/style.css |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/data/things/photo/style.css b/data/things/photo/style.css
index 784eb90..87ee7f8 100644
--- a/data/things/photo/style.css
+++ b/data/things/photo/style.css
@@ -1,3 +1,7 @@
+MxWidget {
+    font-family: "Action Man";
+}
+
 TbBox#photo-thing-photo-box {
     spacing: 10px;
     padding: 10px 10px 5px 10px;
@@ -13,5 +17,4 @@ TbBox#photo-thing-button-box {
 MxLabel#photo-thing-caption-label {
     color: black;
     font-size: 13;
-    font-family: "Action Man";
 }



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