updated style. probably ugly as hell.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1553 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-11-02 01:46:33 +00:00
parent fb9423ffef
commit 248d7d8cb3

View file

@ -8,11 +8,11 @@ pre {
padding: 1px;
}
a,a:visisted {
color: #0000EA;
color: #656CA3;
text-decoration: underline;
}
a:hover {
background-color: #0000EA;
background-color: #656CA3;
color: #FFFFFF;
text-decoration: none;
}