Add reference links CSS classes

This commit is contained in:
inference 2024-06-04 20:28:10 +00:00
parent 35fc9c2521
commit 3baca83fdd
Signed by: inference
SSH Key Fingerprint: SHA256:K/a677+eHm7chi3X4s77BIpLTE9Vge1tsv+jUL5gI+Y

View File

@ -1,5 +1,5 @@
/* Inferencium - Website - CSS - Main */
/* Version: 12.1.0 */
/* Version: 12.2.0-alpha.1 */
/* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */
@ -216,6 +216,17 @@ nav.navbar div.sitemap a, nav.navbar div.sitemap a:visited {
font-size: 14px;
}
sup a {
font-size: 14px;
}
div.ref a {
line-height: 17px;
font-size: 12px;
}
div.sitemap-small {
display: none;
}