Docs update and font size fixes

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7303 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2021-08-25 17:36:17 +00:00
parent 2a7c5d5115
commit 88a3b2c668
17 changed files with 157 additions and 95 deletions

View file

@ -2,13 +2,17 @@
<html>
<head>
<title>nsDialogs</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
body { color: #000000; background-color: #ffffff; }
b { color: red; }
code { margin-left: 1.2em; padding: 0.5em; background-color: #f0f0f0; display:inline-block; font-family: monospace, serif, Courier; font-size:95%; }
span.inlcod i { padding: 0px 0.2em; color: #444444; font-family: monospace, serif, Courier; font-style: normal; font-size:90%; }
blockquote pre { background-color: #fcfcfc; font-family: monospace, serif, Courier; font-size:95%; }
html, body { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; background-color: #ffffff; }
html { font-size: 0.85em; }
body { font-size: 1em; font-size: 1rem; }
pre, code { font-family: Courier New, Courier, monospace,serif; font-size: 100%; }
b { color: #bb0000; }
code { margin-left: 1.2em; padding: 0.5em; background-color: #f0f0f0; display:inline-block; }
span.inlcod i { padding: 0px 0.2em; color: #444444; font-size:95%; }
blockquote pre { background-color: #fcfcfc; }
abbr { font-variant: none; cursor: help; }
</style>
</head>