Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1Fix theme parsing errors: https://savannah.gnu.org/bugs/index.php?53107 2 3--- a/solfege.css 4+++ b/solfege.css 5@@ -7,19 +7,19 @@ 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 } 12 13-#StatisticsH1, #Heading1 { font: Sans 18 } 14-#StatisticsH2, #Heading2 { font: Sans 14 } 15+#StatisticsH1, #Heading1 { font: 18px Sans } 16+#StatisticsH2, #Heading2 { font: 14px Sans } 17 18-#BpmInactiveLabel { font: Sans 12 } 19-#BpmActiveLabel { font: Sans Bold 12 } 20+#BpmInactiveLabel { font: 12px Sans } 21+#BpmActiveLabel { font: 12px Sans Bold } 22 23 #DIALOGWARNING2 { background: red; } 24 #DIALOGWARNING { background: yellow; } 25 26 #DEBUGWARNING { 27 background: red; 28- font: Sans Bold 24; 29+ font: 24px Sans Bold; 30 } 31 32-#FlashBarLabel { font: Sans 16 } 33+#FlashBarLabel { font: 16px Sans }