diff options
Diffstat (limited to 'themes/garland/node.tpl.php')
-rw-r--r-- | themes/garland/node.tpl.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/garland/node.tpl.php b/themes/garland/node.tpl.php index 5dbdd1463..b227d86c7 100644 --- a/themes/garland/node.tpl.php +++ b/themes/garland/node.tpl.php @@ -13,11 +13,11 @@ <span class="submitted"><?php print $submitted; ?></span> <?php endif; ?> - <div class="content"> + <div class="content clear-block"> <?php print $content ?> </div> - <div class="clear-block clear"> + <div class="clear-block"> <div class="meta"> <?php if ($taxonomy): ?> <div class="terms"><?php print $terms ?></div> |