[Wikia-l] Messed Monobook's common css

Jesús Martínez martineznovo at gmail.com
Thu Sep 13 19:26:15 UTC 2007


Can anybody fix this?

The following code in
<http://images.wikia.com/common/skins/monobook/main.css?20070913153200>
creates a weird margin in the sidebar in Monobook

/* macbre: prevent bullet display in widgets list */
#content ul,
#article ul, /* for new skin */
#globalWrapper ul
{
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 1.5em 0 1.5em;
	padding: 0;
	list-style-image: url(bullet.gif);
}


Why the hell is placed the code here if it's for the "new skin"? The
original code was:

ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-image: url(bullet.gif);
}


Thanks



More information about the Wikia-l mailing list