NSIS/Docs/style.css
rainwater 845c5dfe6a New doc format (incomplete)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@872 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-02 18:04:50 +00:00

18 lines
No EOL
284 B
CSS

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;
}