From a41cd1e6170a8ddb5bd6dfe70be9b8f73e179d7f Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sun, 16 Nov 2003 20:13:28 +0000 Subject: [PATCH] defaults bold and underlined git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3151 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/attributes.but | 2 +- Docs/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/src/attributes.but b/Docs/src/attributes.but index 4be77d1c..122bbad2 100644 --- a/Docs/src/attributes.but +++ b/Docs/src/attributes.but @@ -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. -\\Defaults are red\\ +\\\\Defaults are bold and underlined\\\\ \S2{aaddbrandingimage} AddBrandingImage diff --git a/Docs/style.css b/Docs/style.css index ca306ae4..897ca2c2 100644 --- a/Docs/style.css +++ b/Docs/style.css @@ -8,7 +8,7 @@ pre { padding: 1px; } pre b { - color: red; + text-decoration: underline; } a { color: #567599;