/* Stylesheet for the BreadCrumbs extension, an extension of the
 * edit box of MediaWiki to provide an easy way to add category links
 * to a specific page.
 *
 * @package MediaWiki
 * @subpackage Extensions
 * @author Manuel Schneider <manuel.schneider@wikimedia.ch>
 * @copyright © 2007 by Manuel Schneider
 * @licence GNU General Public Licence 2.0 or later
*/

#BreadCrumbsTrail {

font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
	position: relative;
  	left:-18px;
  	top: -.8em;
  	width:48%;
  	border: none;
  	padding-bottom: 1px;

	
}

