Commit 107c37d0dc83011721f784c65b80ca96789a8637
1 parent
706f818e
Exists in
master
and in
11 other branches
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,7 +177,7 @@ form .proposals-discussion-plugin .body textarea { | ||
177 | margin: 1px 0 0 0; | 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 | text-decoration: none; | 181 | text-decoration: none; |
182 | } | 182 | } |
183 | 183 | ||
@@ -199,7 +199,7 @@ form .proposals-discussion-plugin .body textarea { | @@ -199,7 +199,7 @@ form .proposals-discussion-plugin .body textarea { | ||
199 | #content .statistics h5 { | 199 | #content .statistics h5 { |
200 | color: rgb(95, 95, 95); | 200 | color: rgb(95, 95, 95); |
201 | } | 201 | } |
202 | -#content .tag_cloud { | 202 | +#content .article-body-proposals-discussion-plugin_topic .tag_cloud { |
203 | float: right; | 203 | float: right; |
204 | width: 300px; | 204 | width: 300px; |
205 | box-shadow: 5px 5px 5px -2px #ddd; | 205 | box-shadow: 5px 5px 5px -2px #ddd; |