Commit 107c37d0dc83011721f784c65b80ca96789a8637

Authored by Victor Costa
1 parent 706f818e

proposals_discussion: fix tag cloud css

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
public/style.css
... ... @@ -177,7 +177,7 @@ form .proposals-discussion-plugin .body textarea {
177 177 margin: 1px 0 0 0;
178 178 }
179 179  
180   -#content .tag_cloud a {
  180 +#content .article-body-proposals-discussion-plugin_topic .tag_cloud a {
181 181 text-decoration: none;
182 182 }
183 183  
... ... @@ -199,7 +199,7 @@ form .proposals-discussion-plugin .body textarea {
199 199 #content .statistics h5 {
200 200 color: rgb(95, 95, 95);
201 201 }
202   -#content .tag_cloud {
  202 +#content .article-body-proposals-discussion-plugin_topic .tag_cloud {
203 203 float: right;
204 204 width: 300px;
205 205 box-shadow: 5px 5px 5px -2px #ddd;
... ...