MediaWiki:Vector.css: Difference between revisions

From Destinypedia, the Destiny wiki

(Created page with "→‎CSS placed here will affect users of the Vector skin: #simpleSearch input#searchInput { width: 14em; } tt, code, pre { font-family: monospace, sans-serif; } body.pag...")
 
No 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 */
#simpleSearch input#searchInput {
width: 14em;
}


tt, code, pre {
tt, code, pre {

Revision as of 10:41, September 1, 2013

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

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

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

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