]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
preparation for big merge
authorc vw <dl1ycf@darc.de>
Tue, 20 Jul 2021 16:17:33 +0000 (18:17 +0200)
committerc vw <dl1ycf@darc.de>
Tue, 20 Jul 2021 16:17:33 +0000 (18:17 +0200)
css.c
css.h [new file with mode: 0644]

diff --git a/css.c b/css.c
index c8b9ae3060d0bfcedf8113b6f274c290ce3fcf47..810492ca70e5d6ef9254584e0ed4093b627b60f5 100644 (file)
--- a/css.c
+++ b/css.c
@@ -1,10 +1,11 @@
 #include <gtk/gtk.h>
+#include "css.h"
 
 char *css=
-"  #small {\n"
+"  #small_button {\n"
 "    padding: 0;\n"
 "    font-family: Sans;\n"
-"    font-size: 12px;\n"
+"    font-size: 15px;\n"
 "    }\n"
 ;
 
diff --git a/css.h b/css.h
new file mode 100644 (file)
index 0000000..148a8aa
--- /dev/null
+++ b/css.h
@@ -0,0 +1,3 @@
+extern char *css;
+extern void load_css();
+