diff options
Diffstat (limited to 'views/default/layout')
-rw-r--r-- | views/default/layout/shells/content/header.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/default/layout/shells/content/header.php b/views/default/layout/shells/content/header.php index 2b2d748a8..b0bab9dc9 100644 --- a/views/default/layout/shells/content/header.php +++ b/views/default/layout/shells/content/header.php @@ -42,8 +42,8 @@ if ($context) { } } echo <<<HTML -<div class="elgg-header clearfix"> - <h2>$title</h2>$buttons +<div class="elgg-head clearfix"> + <h2 class="elgg-heading-main">$title</h2>$buttons </div> HTML; } |