Difference between revisions of "MediaWiki:Vector.css"

From sshcWiki
Jump to navigation Jump to search
(Adjusted height of logo to 327px)
 
(Uh, no.)
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 {
 
z-index: 3;
 
position: absolute; /*needed to use z-index */
 
top: 0;
 
left: 0;
 
height: 327px;
 
width: 12em;
 
overflow: visible;
 
}
 

Revision as of 20:38, 6 March 2014

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