File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ build_man_pages () {
26
26
printf ' warn: %b\n' " Need labwc next to labwc.github.io with man pages built" >&2
27
27
return
28
28
fi
29
- template=" $( sed -e ' s/sans-serif/monospace/' src/template.html) "
29
+ template=" $( sed -e ' s/sans-serif; /monospace; /' src/template.html) "
30
30
for scd in " $LABWC_DOC_DIR " /* ; do
31
31
filename=${scd##*/ }
32
32
html=$( basename ${scd} ) .html
Original file line number Diff line number Diff line change 25
25
background-color : var (--color-bg );
26
26
}
27
27
28
+ # menu {
29
+ font-family : sans-serif !important ;
30
+ }
31
+
28
32
pre {
29
33
padding : 20px ;
30
34
white-space : pre-wrap;
114
118
</ head >
115
119
< body >
116
120
< main >
117
- < center >
121
+ < center id =" menu " >
118
122
< img src ="img/labwc2-with-text.png " alt ="labwc " height ="61px " /> < br />
119
123
[< a href ="index.html "> home</ a > ]
120
124
[< a href ="https://github.com/labwc/labwc#readme "> readme</ a > ]
You can’t perform that action at this time.
0 commit comments