]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
tags css
authorIsmayil Khayredinov <ismayil.khayredinov@hypejunction.com>
Mon, 9 Jan 2012 16:34:01 +0000 (17:34 +0100)
committerIsmayil Khayredinov <ismayil.khayredinov@hypejunction.com>
Mon, 9 Jan 2012 16:34:01 +0000 (17:34 +0100)
views/default/css/elements/components.php

index 77313fa1ab8e0748220c40faa3a1873237ca7dbb..ffb598c8b4b561ff177fd95db70a2fd0f69dd85d 100644 (file)
        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 {