/**
 * Akeeba Strapper
 * A handy distribution of namespaced jQuery, jQuery UI and Twitter
 * Bootstrapper for use with Akeeba components.
 *
 * This file defines Akeeba Strapper specific styling overrides
 */


.akeeba-bootstrap {
	// Joomla! 2.5+ workaround for booleanlist controls
	label.radiobtn {
		display: inline-block;
	}
	
	// Beez2 overrides for front-end link bars
	ul.nav-tabs li {
		list-style: none;
	}
} 