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:
parent
1c1fa86238
commit
845c5dfe6a
1 changed files with 18 additions and 0 deletions
18
Docs/style.css
Normal file
18
Docs/style.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue