Difference between revisions of "MediaWiki:Vector.css"

From sshcWiki
Jump to navigation Jump to search
(Uh, no.)
(Trying this again...)
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 +
    #p-logo a {
 +
        display: block;
 +
        width: 10em;
 +
        height: 327px;
 +
        background-repeat: no-repeat;
 +
        background-position: center center;
 +
        text-decoration: none
 +
    }

Revision as of 20:39, 6 March 2014

/* CSS placed here will affect users of the Vector skin */
    #p-logo a {
        display: block;
        width: 10em;
        height: 327px;
        background-repeat: no-repeat;
        background-position: center center;
        text-decoration: none
    }