From: Ismayil Khayredinov Date: Mon, 9 Jan 2012 16:34:01 +0000 (+0100) Subject: tags css X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2158154912debce1ab9b52651daf09c714cb89d4;p=lorea%2Felgg.git tags css --- 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 {