/* Stylesheet for the SelectCategory 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 Leon Weber <leon@leonweber.de> & Manuel Schneider <manuel.schneider@wikimedia.ch>
 * @copyright © 2006 by Leon Weber & Manuel Schneider
 * @licence GNU General Public Licence 2.0 or later
*/

#SelectCategoryBox {
	width: 100%;
	padding: .1em;
}

ul#SelectCategoryList {
  list-style-image: none;
  list-style-type: none;
}


