Updated RMDIR command Syntax, added internal Referencies, rearanged order of some commands (by letter), new css file (no underlines for links)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2393 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4df5cb4fac
commit
8bf38c08ba
11 changed files with 72 additions and 70 deletions
|
@ -8,17 +8,17 @@ pre {
|
|||
padding: 1px;
|
||||
}
|
||||
a,a:visisted {
|
||||
color: #656CA3;
|
||||
text-decoration: underline;
|
||||
color: #7A7272;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
background-color: #656CA3;
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
background-color: #F4F4F4;
|
||||
color: #303030;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.btitle {
|
||||
color: #000000;
|
||||
text-decoration: underline;
|
||||
text-decoration: none;
|
||||
}
|
||||
.btitle:hover {
|
||||
background-color: #F4F4F4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue