aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--views/default/css.php8
1 files changed, 7 insertions, 1 deletions
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(<?php echo $vars['url']; ?>_graphics/icon_tag.gif) no-repeat left 2px;
+ padding:0 0 0 14px;
+ margin:0;
+}
\ No newline at end of file