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
This commit is contained in:
parent
576d26d1b4
commit
d4306769b9
2 changed files with 5 additions and 4 deletions
|
@ -6,9 +6,9 @@
|
|||
<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-size:95%; }
|
||||
span.inlcod i { padding: 0px 0.2em; color: #222222; font-family: monospace; font-style: normal; }
|
||||
blockquote pre { background-color: #fcfcfc; font-family: monospace; }
|
||||
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%; }
|
||||
abbr { font-variant: none; cursor: help; }
|
||||
</style>
|
||||
</head>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue