Updates for latest Acsiidoctor version and default style sheet

This commit is contained in:
Bill Somerville 2021-03-06 18:12:40 +00:00
parent f5c23e854f
commit ec61291cb0
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
3 changed files with 6 additions and 6 deletions

View File

@ -224,7 +224,7 @@ foreach (lang ${LANGUAGES})
SOURCE user_guide/wsjtx-main.adoc SOURCE user_guide/wsjtx-main.adoc
LANG "${lang}" LANG "${lang}"
OUTPUT html OUTPUT html
ASCIIDOCTOR_OPTIONS -d book -a data-uri -a toc=left -a max-width=1024px ASCIIDOCTOR_OPTIONS -d book -a data-uri -a toc=left
DEPENDS ${common_SRCS} ${_sources} DEPENDS ${common_SRCS} ${_sources}
) )
document( document(

View File

@ -1,17 +1,17 @@
<style> <style>
html, body { html, body {
font-size: 90%; font-size: 90%;
} }
body { body {
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-family: Georgia, "Times New Roman", Times, serif; font-family: Georgia, "Times New Roman", Times, serif;
} }
a:visited { a:visited {
color: purple; color: purple;
} }
</style> </style>

View File

@ -6,7 +6,7 @@ Joseph H Taylor, Jr, K1JT
// package building .deb, .rpm, etc as it exposes the IP address and the images // package building .deb, .rpm, etc as it exposes the IP address and the images
// are non-free, so can't be included as part of the Debian package. // are non-free, so can't be included as part of the Debian package.
// :badges: // :badges:
:docinfo1: :docinfo: shared
:imagesdir: {docdir}/images :imagesdir: {docdir}/images
:icons: font :icons: font
:numbered: :numbered: