Commit e03ce76373c2180cd293c2819d5a3c2106c849e6

Authored by Victor Costa
1 parent 6c033b7e

proposals_discussiom: hide default topic title only

Showing 1 changed file with 1 additions and 3 deletions   Show diff stats
public/style.css
... ... @@ -166,9 +166,7 @@ form .proposals-discussion-plugin .body textarea {
166 166 .topic-content .description {
167 167 font-size: 11px;
168 168 }
169   -#article .article-body-proposals-discussion-plugin_discussion #article-header > h1,
170   -#article .article-body-proposals-discussion-plugin_topic #article-header > h1,
171   -#article .article-body-proposals-discussion-plugin_proposal #article-header > h1 {
  169 +#article .article-body-proposals-discussion-plugin_topic #article-header > h1 {
172 170 display: none;
173 171 }
174 172 .proposal .content .actions {
... ...