When tags from multiple groups and topics are present in teasers, this creates a vertical list of tags and is causing node and teaser links to not clear the following teaser. See http://groups.drupal.org/node/2191/discussions. On nodes, comments aren't fully clearing too: http://groups.drupal.org/node/16640

This css seems to effectively clear these. I tested this fix for Firefox, Safari, IE6 and 7, and Opera.

.links {
    display: inline-block;
    width: 100%;
}

Comments

squiggy’s picture

Also, here's a HTML demo of this working: http://dev.chapterthree.com/~squiggy/groups/groups-css-fix.html

drumm’s picture

Component: groups.drupal.org » Drupal.org theme
squiggy’s picture

Title: css fix to clear teaser and node links on d.g.o » css fix to clear teaser and node links on groups.drupal.org
Component: Drupal.org theme » groups.drupal.org
moshe weitzman’s picture

Component: groups.drupal.org » Drupal.org theme

@gabor - could you commit this the theme if you find it generally useful?

Graeme Blackwood’s picture

This would work, or you could just add a class of clearfix (assuming clearfix is in the CSS). Since this hasn't been touched in 3 years and we are nearing the move of Groups to the new theme, can we mark this as closed?

drumm’s picture

Status: Active » Closed (won't fix)

I think so.

Project: Drupal.org infrastructure » Bluecheese
Component: Drupal.org theme » Miscellaneous