|
@@ -5,18 +5,18 @@
|
|
<title>Inno Setup 6 Revision History</title>
|
|
<title>Inno Setup 6 Revision History</title>
|
|
<base href="https://jrsoftware.org/" />
|
|
<base href="https://jrsoftware.org/" />
|
|
<style type="text/css">
|
|
<style type="text/css">
|
|
- body { font: 14px/1.5 "Segoe UI", sans-serif; color: #282828; background-color: white }
|
|
|
|
|
|
+ body { font: calc(14rem/16)/1.5 "Segoe UI", sans-serif; color: #282828; background-color: white }
|
|
a:link { color: #264b99; background-color: transparent }
|
|
a:link { color: #264b99; background-color: transparent }
|
|
a:active { color: #7799dd; background-color: transparent }
|
|
a:active { color: #7799dd; background-color: transparent }
|
|
a:visited { color: #5e85d7; background-color: transparent }
|
|
a:visited { color: #5e85d7; background-color: transparent }
|
|
- tt, pre { font: 13px/19px monospace; color: inherit; background-color: #f0f0f0; padding: 2px 4px; border-radius: 4px }
|
|
|
|
|
|
+ tt, pre { font: calc(13rem/16)/calc(19rem/16) monospace; color: inherit; background-color: #f0f0f0; padding: 2px 4px; border-radius: 4px }
|
|
pre { line-height: normal }
|
|
pre { line-height: normal }
|
|
li, div.limargins { margin-top: 5px; margin-bottom: 5px }
|
|
li, div.limargins { margin-top: 5px; margin-bottom: 5px }
|
|
div.bluehead { text-align: center; color: white; background-color: #264b99; padding: 5px; font-weight: bold; line-height: normal }
|
|
div.bluehead { text-align: center; color: white; background-color: #264b99; padding: 5px; font-weight: bold; line-height: normal }
|
|
- .date { font-size: 11px; font-weight: bold }
|
|
|
|
- .head1 { font-size: 32px }
|
|
|
|
- .head2 { font-size: 20px }
|
|
|
|
- .ver { font-size: 20px; font-weight: bold }
|
|
|
|
|
|
+ .date { font-size: calc(11rem/16); font-weight: bold }
|
|
|
|
+ .head1 { font-size: calc(32rem/16) }
|
|
|
|
+ .head2 { font-size: calc(20rem/16) }
|
|
|
|
+ .ver { font-size: calc(20rem/16); font-weight: bold }
|
|
</style>
|
|
</style>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|