MediaWiki:Common.css: Difference between revisions

Content added Content deleted
m (make margin for all 4 sides)
(adding quick hack for TabberNeue bug)
 
Line 1,221: Line 1,221:
.mw-dismissable-notice-body { margin: 0 !important; }
.mw-dismissable-notice-body { margin: 0 !important; }
.mw-dismissable-notice-close { margin: 0.5rem !important; }
.mw-dismissable-notice-close { margin: 0.5rem !important; }

/* Temporary workaround for https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue/issues/46 */
.tabber__section pre {
display: none;
}