Themes may apply css to lists in ways that mangle the display of the activity stream block.
I have added the following code to activitystream.css on my own site to reset this and remove unwanted bullets, and suggest that something similar is implemented in the module.
#activitystream li {
background: none;
list-style-type: none;
padding-left: 0;
}
Comments
Comment #1
akalsey commentedI'm not sure this is appropriate to do in the module. Isn't this better suited to do in your theme?
What behavior exactly are you seeing in blocks?
Comment #2
akalsey commentedNo response from original poster