From f61076fec0c1cfdee089f89c10cb46b7d195f9c7 Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 27 Feb 2011 01:23:51 +0000 Subject: pushing categories to the next line when viewing an entity git-svn-id: http://code.elgg.org/elgg/trunk@8506 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/elements/icons.php | 3 +++ views/default/page/components/list/body.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'views') diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php index 8ac0cb969..68a38ed9a 100644 --- a/views/default/css/elements/icons.php +++ b/views/default/css/elements/icons.php @@ -57,6 +57,9 @@ .elgg-icon-arrow-s:hover { background-position: -146px -76px; } +.elgg-icon-tag { + background-position: 2px -197px; +} .elgg-icon-following { background-position: -35px -100px; width: 22px; diff --git a/views/default/page/components/list/body.php b/views/default/page/components/list/body.php index f3042578d..578e9b9cf 100644 --- a/views/default/page/components/list/body.php +++ b/views/default/page/components/list/body.php @@ -46,7 +46,7 @@ if ($metadata) { echo $metadata; } echo "

$title_link

"; -echo "

$subtitle

"; +echo "
$subtitle
"; echo $tags; if ($content) { echo "
$content
"; -- cgit v1.2.3