mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
Updates for latest Acsiidoctor version and default style sheet
This commit is contained in:
parent
f5c23e854f
commit
ec61291cb0
@ -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(
|
||||||
|
@ -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>
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user