No edit summary
No edit summary
Line 3: Line 3:
/* CSS fixes for digital.auto */
/* CSS fixes for digital.auto */


.floatleft a.image img[width:100] {
.floatleft a.image img {
     max-width: none;
     max-width: none;
}
}

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;
}