Difference between revisions of "MediaWiki:Common.css"

From Open Recognition Wiki
Jump to navigation Jump to search
 
Line 7: Line 7:
 
.mw-pt-translate-header {
 
.mw-pt-translate-header {
 
     font-size: 12px;
 
     font-size: 12px;
 +
}
 +
 +
.mw-pt-translate-header + hr {
 +
    display: none;
 
}
 
}

Latest revision as of 01:45, 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;
}

.mw-pt-translate-header + hr {
    display: none;
}