MediaWiki:Vector.css: Difference between revisions

From Destinypedia, the Destiny wiki

No edit summary
mNo edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */


tt, code, pre {
#title-linktabs {  
font-family: monospace, sans-serif;
top: -30px;
}
}


Line 9: Line 9:
}
}


#title-linktabs {  
tt, code, pre {
top: -27px;
font-family: monospace, sans-serif;
}
}

Revision as of 00:57, July 30, 2014

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

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

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

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