/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
border: 1px solid #ddd;
padding: 6px;
max-width: 97.5%;
max-width: calc( 100% - 14px );
}
/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
border: none;
padding: none;
max-width: 97.5%;
max-width: calc( 100% - 14px );
}
/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
/*border: 1px solid #ddd;*/
/*padding: 6px;*/
border: none;<span style="font-family:Consolas; font-size:10pt">
padding: none;
max-width: 97.5%;
max-width: calc( 100% - 14px );
}