style: remove .noprint class

Deleted .noprint class from stylesheet as its intent is unclear, simplifying the CSS file and reducing potential maintenance overhead. This change helps streamline the styling rules, making the codebase cleaner and easier to manage.
This commit is contained in:
Kumi 2024-08-30 16:55:54 +02:00
parent 2105850846
commit df4f1f6f45
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -264,10 +264,6 @@ section>.category-link::after {
clear: both;
}
.noprint {
display: none;
}
.hatnote {
margin: 1em 0;
padding: 10px;