Commit c2da96577f36628e40559f63999c62c9d39246db

Authored by Victor Costa
1 parent bc181014

proposals_discussion: fix css

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
public/style.css
... ... @@ -147,8 +147,8 @@ form .proposals-discussion-plugin .body textarea {
147 147 background-color: #7293CF;
148 148 }
149 149  
150   -#content .topic-item h2, #article .article-body-proposals-discussion-plugin_topic h2,
151   -#content .topic h2 {
  150 +#content #article .topic-item h2, #content #article .article-body-proposals-discussion-plugin_topic h2,
  151 +#content #article .topic h2 {
152 152 background-color: #C4C4C4;
153 153 margin: 0;
154 154 }
... ...