summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-09-05 08:53:29 +0000
committerDries Buytaert <dries@buytaert.net>2009-09-05 08:53:29 +0000
commit01e223d5f8629f35bc57cced13ab2d8a93156c54 (patch)
tree94bb2fb935acc39a5a85dda86aa95646e653d1ba /themes
parentf00432f0e43aeca3262e4e8d455deaff418e7b21 (diff)
downloadbrdo-01e223d5f8629f35bc57cced13ab2d8a93156c54.tar.gz
brdo-01e223d5f8629f35bc57cced13ab2d8a93156c54.tar.bz2
- Patch #555844 by by NancyDru: made titles consistent.
Diffstat (limited to 'themes')
-rw-r--r--themes/garland/block.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/garland/block.tpl.php b/themes/garland/block.tpl.php
index faaa3ef5a..50a79d363 100644
--- a/themes/garland/block.tpl.php
+++ b/themes/garland/block.tpl.php
@@ -4,7 +4,7 @@
<div id="block-<?php print $block->module . '-' . $block->delta; ?>" class="<?php print $classes; ?> clearfix">
<?php if (!empty($block->subject)): ?>
- <h2><?php print $block->subject ?></h2>
+ <h2 class="title"><?php print $block->subject ?></h2>
<?php endif;?>
<div class="content"><?php print $content ?></div>