Commit 6c033b7e2badedc8b92395c65c6935021aa53563
1 parent
ea8c0e41
Exists in
master
and in
11 other branches
proposals_discussion: fix css
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
public/style.css
... | ... | @@ -166,7 +166,9 @@ form .proposals-discussion-plugin .body textarea { |
166 | 166 | .topic-content .description { |
167 | 167 | font-size: 11px; |
168 | 168 | } |
169 | -#article-header > h1 { | |
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 { | |
170 | 172 | display: none; |
171 | 173 | } |
172 | 174 | .proposal .content .actions { | ... | ... |