MediaWiki:Vector.css: Difference between revisions

From BlueM
Jump to navigation Jump to search
(try to get the logo displayed)
 
m (just a comment for explanation)
 
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */


 
/* Force display of the logo - see bug 684 */
.mw-wiki-logo {
.mw-wiki-logo {
     background-image: url("/resources/assets/BlueM.png");
     background-image: url("/resources/assets/BlueM.png");
}
}

Latest revision as of 14:19, 26 January 2015

/* CSS placed here will affect users of the Vector skin */

/* Force display of the logo - see bug 684 */
.mw-wiki-logo {
    background-image: url("/resources/assets/BlueM.png");
}