aboutsummaryrefslogtreecommitdiff
path: root/views/default/layout/shells/content/header.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-08 01:23:35 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-08 01:23:35 +0000
commit6e6568a57ec450514afc9ff12edb652135c253cb (patch)
treef5581f12f2a46b11f919234482a2a41525ecc4f1 /views/default/layout/shells/content/header.php
parentd74c43351450f33766bbf2ea271ec529c46cea42 (diff)
downloadelgg-6e6568a57ec450514afc9ff12edb652135c253cb.tar.gz
elgg-6e6568a57ec450514afc9ff12edb652135c253cb.tar.bz2
starting to standardize on elgg-<type>-<subtype> for css such as elgg-heading-site
git-svn-id: http://code.elgg.org/elgg/trunk@8063 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/layout/shells/content/header.php')
-rw-r--r--views/default/layout/shells/content/header.php4
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;
}