Basically, in the block.tpl.php has the following line:

if ($is_front AND $rounded_block):

this makes sure that the rounded boxes are only displayed on the front page, if you remove the $is_front bit, and go anywhere else in the site, the layout gets messed up.

This block style should be enabled and working on all pages, not just the front.

Luke.

Comments

Lucretia9’s picture

I've just tried the -dev version, same thing happens.

Lucretia9’s picture

In block.tpl.php, lines 7 and 27, remove "$is_front AND"

Thanks to baalwww on #drupal-support for that.

jwolf’s picture

Status: Active » Closed (works as designed)