New doc format (incomplete)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@872 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-09-02 18:04:50 +00:00
parent 1c1fa86238
commit 845c5dfe6a

18
Docs/style.css Normal file
View file

@ -0,0 +1,18 @@
body {
font-family: Verdana,Arial,Tahoma;
font-size: 11px;
}
pre {
font-family: Courier New;
background-color: #E9E9E9;
padding: 1px;
}
a,a:visisted {
color: #0000EA;
text-decoration: underline;
}
a:hover {
background-color: #0000EA;
color: #FFFFFF;
text-decoration: none;
}