Linebreaks appear after bullets in Firefox 20.
Did you notice that? Should you require I'll be happy to create a screenshot and upload it somewhere.

CommentFileSizeAuthor
#2 apache_solr_sort_block.png15.38 KBYorgg
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

abelb’s picture

Yeah, i don't see it. on Firefox 20 on Mac
Can you include a screenshot

Yorgg’s picture

FileSize
15.38 KB

It's the apache solr's block.
facetapi's blocks also do that.
I think it happens in all bullets.
I'm using mac.

abelb’s picture

Status: Active » Closed (won't fix)

Since that is a style affected by an external module, then you will have to do a syle override in your theme to fix that.

Is it something in those modules css files that are affecting the layout? Have you inspected it to see what is causing the break?

Yorgg’s picture

I went ahead and looked at the module's css information and found nothing relevant to the frontend, only admin css.

Inspecting with the elements I've noticed:

.../modules/system/system.theme.css

/* Line 63 */
.item-list ul li
{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0.25em;
  margin-left: 1.5em;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

None of my firefox addons is causing this either, because I've disabled them and cleared the cache.
I've created a subtheme using drush. Do you still guess I need a theme override?

Regards,
staminna.