Added HTML documentation code tag font size hack for non-IE browsers

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7034 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2018-11-01 21:33:51 +00:00
parent 48703ab513
commit 559d11973b

View file

@ -25,6 +25,10 @@ pre {
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;