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:
parent
2105850846
commit
df4f1f6f45
1 changed files with 0 additions and 4 deletions
|
@ -264,10 +264,6 @@ section>.category-link::after {
|
|||
clear: both;
|
||||
}
|
||||
|
||||
.noprint {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hatnote {
|
||||
margin: 1em 0;
|
||||
padding: 10px;
|
||||
|
|
Loading…
Reference in a new issue