The flag_content links added to nodes would benefit from having a HTML class attribute added to them to aid styling.
Two quick changes in the flag_content_link() function makes this a nicer module for themers!
$links[] = l(t('flag as junk'), "flag_content/add/$node->nid", array('class' => 'flag'));
Comments
Comment #1
kbahey commentedCommitted to HEAD and 4.7
Comment #2
(not verified) commented