/* 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.
 *
 * @file
 * @ingroup 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, #SelectCategoryList ul {
  list-style: none outside none !important;
}
