aboutsummaryrefslogtreecommitdiff
path: root/views/default/css
diff options
context:
space:
mode:
authorIsmayil Khayredinov <ismayil.khayredinov@hypejunction.com>2012-01-09 17:34:01 +0100
committerIsmayil Khayredinov <ismayil.khayredinov@hypejunction.com>2012-01-09 17:34:01 +0100
commit2158154912debce1ab9b52651daf09c714cb89d4 (patch)
tree37cd27b25edfb17b49477d7ab83b4394213693d6 /views/default/css
parent091729fa957a3a18d801dbe36d174d8bce43a54d (diff)
downloadelgg-2158154912debce1ab9b52651daf09c714cb89d4.tar.gz
elgg-2158154912debce1ab9b52651daf09c714cb89d4.tar.bz2
tags css
Diffstat (limited to 'views/default/css')
-rw-r--r--views/default/css/elements/components.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/views/default/css/elements/components.php b/views/default/css/elements/components.php
index 77313fa1a..ffb598c8b 100644
--- a/views/default/css/elements/components.php
+++ b/views/default/css/elements/components.php
@@ -265,17 +265,16 @@
Tags
*************************************** */
.elgg-tags {
- display: inline;
font-size: 85%;
}
-.elgg-tags li {
- display: inline;
+.elgg-tags > li {
+ float:left;
margin-right: 5px;
}
-.elgg-tags li:after {
+.elgg-tags li.item-tag:after {
content: ",";
}
-.elgg-tags li:last-child:after {
+.elgg-tags li.item-tag:last-child:after {
content: "";
}
.elgg-tagcloud {