defaults bold and underlined

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3151 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-11-16 20:13:28 +00:00
parent 1026f26b40
commit a41cd1e617
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
The commands below all adjust attributes of the installer. These attributes control how the installer looks and functions, including which pages are present in the installer, as what text is displayed in each part of each page, how the installer is named, what icon the installer uses, the default installation directory, what file it writes out, and more. Note that these attributes can be set anywhere in the file except in a Section or Function. With the exception of InstallDir, none of these attributes allow use of Variables other than $\\r and $\\n in their strings.
\\<span style='color: red;'\\>Defaults are red\\</span\\>
\\<b\\>\\<u\\>Defaults are bold and underlined\\</u\\>\\</b\\>
\S2{aaddbrandingimage} AddBrandingImage

View file

@ -8,7 +8,7 @@ pre {
padding: 1px;
}
pre b {
color: red;
text-decoration: underline;
}
a {
color: #567599;