No edit summary
No edit summary
Line 4: Line 4:


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

Revision as of 18:14, 15 February 2023

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

/* CSS fixes for digital.auto */

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