Commit dc7c3bad28d46f50f4068b4fd64fbce73af7094c

Authored by Victor Costa
1 parent 1d652f60

proposals_discussion: fix topic title css

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