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

akalsey’s picture

I'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?

akalsey’s picture

Status: Active » Closed (fixed)

No response from original poster