1 Fix theme parsing errors: https://savannah.gnu.org/bugs/index.php?53107
6 -#ProgressionNameLabel, #Feedback { font: "Sans 18" }
7 -#ProgressionLabelNumber { font: "Sans 12" }
8 -#BoldText { font: Bold }
9 +#ProgressionNameLabel, #Feedback { font: 18px Sans }
10 +#ProgressionLabelNumber { font: 12px Sans }
11 +#BoldText { font: 12px Sans Bold }
13 -#StatisticsH1, #Heading1 { font: Sans 18 }
14 -#StatisticsH2, #Heading2 { font: Sans 14 }
15 +#StatisticsH1, #Heading1 { font: 18px Sans }
16 +#StatisticsH2, #Heading2 { font: 14px Sans }
18 -#BpmInactiveLabel { font: Sans 12 }
19 -#BpmActiveLabel { font: Sans Bold 12 }
20 +#BpmInactiveLabel { font: 12px Sans }
21 +#BpmActiveLabel { font: 12px Sans Bold }
23 #DIALOGWARNING2 { background: red; }
24 #DIALOGWARNING { background: yellow; }
29 + font: 24px Sans Bold;
32 -#FlashBarLabel { font: Sans 16 }
33 +#FlashBarLabel { font: 16px Sans }