No edit summary
No edit summary
 
Line 5: Line 5:
.floatleft a.image img {
.floatleft a.image img {
     max-width: none !important;
     max-width: none !important;
}
/* TOC css changes */
#mw-toc-heading::after {
    content: " + ";
}
#toctogglecheckbox:checked ~ div #mw-toc-heading::after {
    content: " - ";
}
}

Latest revision as of 17:12, 16 February 2023

/* CSS placed here will be applied to all skins */

/* CSS fixes for digital.auto */

.floatleft a.image img {
    max-width: none !important;
}

/* TOC css changes */

#mw-toc-heading::after {
    content: " + ";
}
#toctogglecheckbox:checked ~ div #mw-toc-heading::after {
    content: " - ";
}