From 107c37d0dc83011721f784c65b80ca96789a8637 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Tue, 30 Sep 2014 13:56:36 -0300 Subject: [PATCH] proposals_discussion: fix tag cloud css --- public/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index 421716e..f872aa1 100644 --- a/public/style.css +++ b/public/style.css @@ -177,7 +177,7 @@ form .proposals-discussion-plugin .body textarea { margin: 1px 0 0 0; } -#content .tag_cloud a { +#content .article-body-proposals-discussion-plugin_topic .tag_cloud a { text-decoration: none; } @@ -199,7 +199,7 @@ form .proposals-discussion-plugin .body textarea { #content .statistics h5 { color: rgb(95, 95, 95); } -#content .tag_cloud { +#content .article-body-proposals-discussion-plugin_topic .tag_cloud { float: right; width: 300px; box-shadow: 5px 5px 5px -2px #ddd; -- libgit2 0.21.2