Difference between revisions of "MediaWiki:Vector.css"

From Wiki2
(Created page with "→‎CSS placed here will affect users of the Vector skin: →‎BreadCrumbs plugin: .breadcrumbs { position: relative; font-size:0.8em; top: -15px; }")
 
Line 4: Line 4:
.breadcrumbs {
.breadcrumbs {
position: relative;
position: relative;
font-size:0.8em;
font-size:0.7em;
top: -15px;
top: -10px;
}
}

Revision as of 14:11, 9 January 2013

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

.breadcrumbs {
	position: relative;
	font-size:0.7em;
	top: -10px;
}