mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 08:31:57 -05:00
6c6a758b8b
Cleaned up some syntax anomolies because of the switch to asciidoctor. Minor text tweaks to improve PDF pagination. Reduced HTML master font size to 80% for better web rendering. Removed references to KVASD from User Guide. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6142 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
18 lines
237 B
HTML
18 lines
237 B
HTML
<style>
|
|
html, body {
|
|
font-size: 90%;
|
|
}
|
|
|
|
body {
|
|
font-family: Arial, Hevetica, sans-serif;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-family: Georgia, "Times New Roman", Times, serif;
|
|
}
|
|
|
|
a:visited {
|
|
color: purple;
|
|
}
|
|
</style>
|