Docs update and font size fixes

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7303 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2021-08-25 17:36:17 +00:00
parent 2a7c5d5115
commit 88a3b2c668
17 changed files with 157 additions and 95 deletions

View file

@ -1,7 +1,7 @@
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
}
html, body { font-family: Verdana, Arial, Helvetica, sans-serif; }
html { font-size: 0.8em; }
body { font-size: 1em; font-size: 1rem; }
p, li {
font-size: 100%;
}
@ -17,19 +17,26 @@ h3 {
h4 {
font-size: 120%;
}
h5 {
font-size: 115%;
}
h6 {
font-size: 110%;
}
pre, code {
font-family: Courier New, Courier, monospace,serif; /* code.iamkate.com/html-and-css/fixing-browsers-broken-monospace-font-handling/ */
}
code {
font-size: 100%;
}
pre {
font-family: Courier New, Courier, monospace,monospace;
font-size: 1.05em;
font-size: 100%;
background-color: #F7F7F7;
padding: 1px;
}
pre b {
text-decoration: underline;
}
code {
font-family: Courier New, Courier, monospace,monospace; /* code.iamkate.com/html-and-css/fixing-browsers-broken-monospace-font-handling/ */
font-size: 1em;
}
a {
color: #567599;
text-decoration: none;