The CSS snippet included with this module defines a width of 150px and a margin of 5 px. The width is way too wide, and there's really no need to define either of these items, especially since they can't be overridden by theme styles. Please remove the CSS file from the distribution, and allow users to define their own styles using the class names you provide.

Comments

yaph’s picture

Version: 6.x-1.0-beta1 » master
Category: bug » task

I agree that the CSS file could well be omitted but you can override the rule in your theme simply by choosing a CSS selector that is more specific, e.g.

#content div.diggthis_button { width:...}

Anonymous’s picture

Yeah, I don't know why I was thinking it couldn't be overridden. Sorry, this can be closed.

yaph’s picture

Assigned: Unassigned » yaph
Status: Active » Closed (fixed)

done