MediaWiki:Vector.css: Difference between revisions

From Destinypedia, the Destiny wiki

mNo edit summary
No edit summary
Line 7: Line 7:
#title-linktabs {  
#title-linktabs {  
top: -30px;
top: -30px;
}
.rc-floatlinks {
font-size: 80%;
}
}



Revision as of 04:44, July 10, 2016

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

#p-logo a, #p-logo a:hover {
	height: 175px;
}

#title-linktabs { 
	top: -30px;
}

.rc-floatlinks {
	font-size: 80%;
}

body.page-Main_Page #footer-info-lastmod { 
	display: none;
}

tt, code, pre {
	font-family: monospace, sans-serif;
}