Commit 70498559157b6367e56a866017d2fb76a120ca15
1 parent
0a52b558
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
proposals_discussion: fix css
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
plugins/proposals_discussion/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 { | ... | ... |