More actions
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
div.gallerytext { | div.gallerytext { | ||
color: none !important; | color: none !important; | ||
font-size: | font-size: inherit !important; | ||
font-style: | font-style: normal !important; | ||
} | } | ||
Revision as of 14:05, 17 November 2022
/* All CSS here will be loaded for users of the Citizen skin */
:root {
--width-layout: 1800px;
}
table#toc {
display:none;
}
div.gallerytext {
color: none !important;
font-size: inherit !important;
font-style: normal !important;
}
div.gallerytext > pre {
margin-top: -20px !important;
margin-bottom: 2px !important;
font-size: 13px !important;
font-family: inherit;
color: gray;
border: none;
background: none;
}