(Created page with "→All CSS here will be loaded for users of the Citizen skin: #siteSub{ display: none !important; }") |
Nessun oggetto della modifica |
||
Riga 3: | Riga 3: | ||
#siteSub{ display: none !important; } | #siteSub{ display: none !important; } | ||
h2 { | |||
border-bottom: 1px solid var(--border-color-base ); | |||
padding-bottom: 0.25em; | |||
} |
Versione delle 17:09, 10 apr 2024
/* All CSS here will be loaded for users of the Citizen skin */ #siteSub{ display: none !important; } h2 { border-bottom: 1px solid var(--border-color-base ); padding-bottom: 0.25em; }