Difference between revisions of "MediaWiki:Common.css"

From ePRS Request User Guide
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 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
 
.mw-wiki-logo {
 
.mw-wiki-logo {
 
           background-size: contain;
 
           background-size: contain;
 
}
 
}

Revision as of 20:56, 7 December 2017

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


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