Commit d681abc7bc7019d1e177bf5f5b977b0915cfa427

Authored by Victor Costa
1 parent 6082ab4a

proposals_discussion: fix css

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