documented new features, font size

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3282 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-12-14 17:59:00 +00:00
parent 39e524b732
commit d5ce427baa
8 changed files with 100 additions and 5 deletions

View file

@ -1,6 +1,21 @@
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-size: 0.8em;
}
p, li {
font-size: 100%;
}
h1 {
font-size: 170%;
}
h2 {
font-size: 150%;
}
h3 {
font-size: 130%;
}
h4 {
font-size: 120%;
}
pre {
font-family: Courier New, Courier, mono;