From d4306769b9fa562af4518215d1ada34218fb3cc0 Mon Sep 17 00:00:00 2001 From: anders_k Date: Wed, 18 Aug 2021 17:53:51 +0000 Subject: [PATCH] Twice the Monospace, not half the size git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7296 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/nsDialogs/Readme.html | 6 +++--- Docs/style.css | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Contrib/nsDialogs/Readme.html b/Contrib/nsDialogs/Readme.html index fd9c8975..1d1a32ab 100644 --- a/Contrib/nsDialogs/Readme.html +++ b/Contrib/nsDialogs/Readme.html @@ -6,9 +6,9 @@ diff --git a/Docs/style.css b/Docs/style.css index aa53721b..1fc07318 100644 --- a/Docs/style.css +++ b/Docs/style.css @@ -18,7 +18,8 @@ h4 { font-size: 120%; } pre { - font-family: Courier New, Courier, mono; + font-family: Courier New, Courier, monospace,monospace; + font-size: 1.05em; background-color: #F7F7F7; padding: 1px; }