NSIS/Docs/style.css
rainwater 306ef235aa Docs updates. More to come.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1050 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-19 16:31:22 +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: #F7F7F7;
padding: 1px;
}
a,a:visisted {
color: #0000EA;
text-decoration: underline;
}
a:hover {
background-color: #0000EA;
color: #FFFFFF;
text-decoration: none;
}