Update CSS to version 9.0.1.24.

This commit is contained in:
inference 2023-03-22 18:25:51 +00:00
commit 9e0ffa2efa
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

16
inf.css
View File

@ -3,7 +3,7 @@
/* Copyright 2022-2023 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause-Clear */
/* Version: 8.0.2.22 */
/* Version: 9.0.1.24 */
/* Heading 1 */
@ -202,9 +202,12 @@ strong {
.sidebar {
width: 100vw;
height: auto;
font-size: 0px;
padding-top: 5px;
height: 40px;
font-size: 12px;
line-height: 0%;
padding-top: 20px;
overflow: auto;
white-space: nowrap;
}
.sidebar div {
@ -216,6 +219,10 @@ strong {
display: none;
}
h1 {
text-align: center;
}
h2 {
text-align: center;
}
@ -241,6 +248,7 @@ strong {
}
body {
padding-top: 80px;
margin: 15px;
}