fix help screen font size

SVN revision: 48184
This commit is contained in:
Hannes Janetzek 2010-04-20 20:47:42 +00:00
parent ffdf8c866c
commit f8663c900a
1 changed files with 2 additions and 2 deletions

View 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";
}