MediaWiki:Vector.css: Difference between revisions

From Snakeoil OS Reference
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
margin-top: 1em;
margin-top: 1em;
}
}
#p-logo .a {
#p-logo {
height: 360px;
width: 10em;
height: 160px;
a {
height: 260px;
}
}
}
#mw-page-base {
#mw-page-base {
   height: 6em;
   height: 6em;
}
}

Revision as of 09:50, 8 August 2019

/* CSS placed here will affect users of the Vector skin */
.vectorTabs {
	margin-top: 1em;
}
#p-logo {
 width: 10em;
 height: 160px;
	a {
		height: 260px;
	}
}

#mw-page-base {
  height: 6em;
}