From 856686dd3a7d74e6519068981a320876900a7335 Mon Sep 17 00:00:00 2001 From: pete Date: Mon, 7 Jul 2008 13:29:19 +0000 Subject: tags icon and files update git-svn-id: https://code.elgg.org/elgg/trunk@1313 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index 66561ff28..fcab39f18 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1223,7 +1223,13 @@ table.search_gallery { #forums, #forum_topics, #topic_posts { /* background:white;*/ } - + +/* tag icon */ +.object_tag_string { + background: url(_graphics/icon_tag.gif) no-repeat left 2px; + padding:0 0 0 14px; + margin:0; +} \ No newline at end of file -- cgit v1.2.3