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
_______________________________________________
Wikia-l mailing list
[email protected]
http://lists.wikia.com/mailman/listinfo/wikia-l

Reply via email to