Difference between revisions of "MediaWiki:Common.css"

From Open Recognition Wiki
Jump to navigation Jump to search
(Created page with "CSS placed here will be applied to all skins: .mw-wiki-logo { background-size: contain; }")
 
Line 3: Line 3:
 
.mw-wiki-logo {
 
.mw-wiki-logo {
 
     background-size: contain;
 
     background-size: contain;
 +
}
 +
 +
.mw-pt-translate-header {
 +
    font-size: 12px;
 
}
 
}

Revision as of 01:40, 18 February 2019

/* CSS placed here will be applied to all skins */

.mw-wiki-logo {
    background-size: contain;
}

.mw-pt-translate-header {
    font-size: 12px;
}