git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2310 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-03-16 10:11:33 +00:00
parent 6241cec9a4
commit 5cc90ee65c

View file

@ -1,9 +1,9 @@
body { body {
font-family: Verdana,Arial,Tahoma; font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px; font-size: 11px;
} }
pre { pre {
font-family: Courier New; font-family: Courier New, Courier, mono;
background-color: #F7F7F7; background-color: #F7F7F7;
padding: 1px; padding: 1px;
} }