From 5026cb1b92ccd679bf9a425b1c9be401ab56eed7 Mon Sep 17 00:00:00 2001
From: cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Date: Thu, 27 Jan 2011 15:15:43 +0000
Subject: introducing elgg-subtext as replacement for elgg-list-subtitle and
 elgg-subtitle

git-svn-id: http://code.elgg.org/elgg/trunk@7950 36083f99-b078-4883-b0ff-0f9b5a30f544
---
 mod/pages/views/default/annotation/page.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'mod/pages')

diff --git a/mod/pages/views/default/annotation/page.php b/mod/pages/views/default/annotation/page.php
index 87d32e23b..f7a7a78a1 100644
--- a/mod/pages/views/default/annotation/page.php
+++ b/mod/pages/views/default/annotation/page.php
@@ -34,7 +34,7 @@ $subtitle = elgg_echo('pages:revision:subtitle', array($date, $owner_link));
 
 $body = <<< HTML
 <h3>$title_link</h3>
-<p class="elgg-subtitle">$subtitle</p>
+<p class="elgg-subtext">$subtitle</p>
 HTML;
 
 echo elgg_view_image_block($icon, $body);
\ No newline at end of file
-- 
cgit v1.2.3