<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Styling for BreadCrumbs 
 * 
 * WARNING: DO NOT EDIT THIS FILE!
 * 
 * If you want to override the styling for BreadCrumbs,
 * You should go to your MediaWiki:Common.css and add
 * the appropriate styling there.
 * 
 * If you do edit this file, updating BreadCrumbs will
 * cause you to lose your changes!
 * 
 * */

div#breadcrumbs {
	position: relative;
	font-size:0.8em;
	top: -15px;
}
</pre></body></html>