Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1,178: Line 1,178:
     width: 36px !important;
     width: 36px !important;
     height: 36px !important;
     height: 36px !important;
}
/* Kill pre/code styling inside quoted tweets */
.tweet-quote pre,
.tweet-quote .mw-code,
.tweet-quote .mw-parser-output pre {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    white-space: normal !important;
}
}