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