Fix firefox rendering (fixes #4)

This commit is contained in:
Ian Gulliver
2018-11-22 06:45:23 +00:00
parent 74cec78801
commit 2d4ada80b7

View File

@@ -8,7 +8,7 @@
@font-face { @font-face {
font-family: 'inconsolata'; font-family: 'inconsolata';
src: url('inconsolata-bold.woff2') format('woff2'); src: url('inconsolata-bold.woff2') format('woff2');
font-weight: 400; font-weight: 700;
font-display: block; font-display: block;
} }
@@ -110,7 +110,6 @@ overview ol > li {
* Print * Print
**********/ **********/
side { side {
page-break-before: always;
page-break-inside: avoid; page-break-inside: avoid;
width: 100%; width: 100%;
@@ -207,7 +206,7 @@ recovery {
passwordBlock { passwordBlock {
display: grid; display: grid;
margin-bottom: 1.5em; margin-bottom: 1.5em;
font-size: 1.5em; font-size: 1.4em;
grid-template: grid-template:
[password-start] "passwordLabel password" [password-end] [password-start] "passwordLabel password" [password-end]
@@ -226,6 +225,7 @@ password {
display: block; display: block;
font-family: 'inconsolata'; font-family: 'inconsolata';
font-weight: 700; font-weight: 700;
font-size: 1.1em;
} }
passwordSymbols { passwordSymbols {