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
Comment #1
Lucretia9 commentedI've just tried the -dev version, same thing happens.
Comment #2
Lucretia9 commentedIn block.tpl.php, lines 7 and 27, remove "$is_front AND"
Thanks to baalwww on #drupal-support for that.
Comment #3
jwolf commented