fix help screen font size
authorHannes Janetzek <hannes.janetzek@gmail.com>
Tue, 20 Apr 2010 20:47:42 +0000 (20:47 +0000)
committerHannes Janetzek <hannes.janetzek@gmail.com>
Tue, 20 Apr 2010 20:47:42 +0000 (20:47 +0000)
SVN revision: 48184

data/themes/default.edc

index 930b26c..fa78b8b 100644 (file)
@@ -34949,9 +34949,9 @@ collections {
       styles {
          style {
             name: "everything_textblock_style";
-            base: "font=Sans font_size=11 align=left color=#000";
+            base: "font=Sans font_size=10 align=left color=#000";
             tag:  "hilight" "+ font=Sans:style=Bold color=#0c0c0c";
-            tag:  "b" "+ font=Sans:style=Bold";
+            tag:  "b" "+ font=Sans:style=Bold font_size=9";
             tag:  "br" "\n";
             tag:  "/title" "- \n \n";
          }