projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c13a95
)
preparation for big merge
author
c vw
<dl1ycf@darc.de>
Tue, 20 Jul 2021 16:17:33 +0000
(18:17 +0200)
committer
c vw
<dl1ycf@darc.de>
Tue, 20 Jul 2021 16:17:33 +0000
(18:17 +0200)
css.c
patch
|
blob
|
history
css.h
[new file with mode: 0644]
patch
|
blob
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: 1
2
px;\n"
+" font-size: 1
5
px;\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();
+