When I have two or more blocks in the right region, the top border for any blocks after the first is not drawn in the correct place in Firefox (see attached image). I haven't verified this happens in IE.

I've fixed this in Firefox by adding clear: left to .block in blocks.css.

CommentFileSizeAuthor
Screenshot.png86.57 KBflndr
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

JohnAlbin’s picture

Title: Block top border not being displayed correctly » Block top border incorrectly displayed on homepage
Version: 6.x-1.x-dev » 7.x-3.x-dev

Confirmed.

This is caused by some styling from the SXSW site that was inadvertently left in the stylesheets:

.front .view-content {
  float: left;
  margin-bottom: 30px;
}

I'm going to remove this whole section of CSS; the styling was intended for a specific View on the SXSW homepage, not for any View blocks placed on any website's homepage.

Ok. Removed from all three branches. Fixed.

JohnAlbin’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)
Issue tags: -CSS, -blocks

Automatically closed -- issue fixed for 2 weeks with no activity.