Commit 974262effd1e60edbdaa7ec8dd1de07a04d9dffd

Authored by Victor Costa
2 parents 50b99c95 7730d9be

Merge branch 'AI3220_proposals' into rails3_stable

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
plugins/proposals_discussion/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;
... ...