From eb1c935addf3c3c58e97ea4e4f4760098e8ca036 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 19 Feb 2011 16:13:59 +0000 Subject: improved icon css so that they do not require having display: block git-svn-id: http://code.elgg.org/elgg/trunk@8328 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/elements/layout_objects.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'views/default/css/elements/layout_objects.php') diff --git a/views/default/css/elements/layout_objects.php b/views/default/css/elements/layout_objects.php index cc733ea06..7968874c2 100644 --- a/views/default/css/elements/layout_objects.php +++ b/views/default/css/elements/layout_objects.php @@ -78,9 +78,6 @@ .elgg-list-item .elgg-subtext { margin-bottom: 5px; } -.elgg-tags { - margin-bottom: 5px; -} .elgg-list-content { margin: 10px 5px; } @@ -289,10 +286,7 @@ Tags *************************************** */ .elgg-tags { - background-image:url(_graphics/elgg_sprites.png); - background-repeat: no-repeat; - background-position: left -196px; - padding:1px 0 0 14px; + display: inline; font-size: 85%; } .elgg-tags li { -- cgit v1.2.3