Commit 455eea7072be1200d87adf79d3432f52f90a3679
1 parent
8f9345a870
Exists in
master
Nouvelle version de Wize_S5 utilisant plus de paramètres configurables
Showing 1 changed file with 3 additions and 2 deletions Side-by-side Diff
templates/html/Wize_S5.html
... | ... | @@ -56,17 +56,18 @@ |
56 | 56 | display: block; |
57 | 57 | margin-left: auto; |
58 | 58 | margin-right: auto; |
59 | + height: var(--main-pres-img-height); | |
59 | 60 | } |
60 | 61 | tt { |
61 | 62 | font-size: inherit; |
62 | 63 | } |
63 | 64 | |
64 | 65 | td, th { |
65 | - font-size:80%; | |
66 | + font-size: var(--main-pres-table-font-size); | |
66 | 67 | } |
67 | 68 | |
68 | 69 | code { |
69 | - font-size:80%; | |
70 | + font-size: var(--main-pres-code-font-size); | |
70 | 71 | } |
71 | 72 | |
72 | 73 | body { |