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:
parent
48703ab513
commit
559d11973b
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue