Replaced content with "→CSS placed here will be applied to all skins: " Tags: Replaced Manual revert |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Remove borders and backgrounds for all gallery items to simulate nolines mode */ | |||
.gallery.mw-gallery-traditional .gallerybox { | |||
border: none; | |||
background: none; | |||
padding: 0; | |||
margin: 0; | |||
} | |||
Revision as of 02:21, 20 January 2025
/* CSS placed here will be applied to all skins */
/* Remove borders and backgrounds for all gallery items to simulate nolines mode */
.gallery.mw-gallery-traditional .gallerybox {
border: none;
background: none;
padding: 0;
margin: 0;
}
