Commit 4f827a1708e0d5879a17249f97556ca5c5617039
Exists in
staging
and in
4 other branches
Merge branch 'AI3220_proposals' into rails3_stable
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 { | ... | ... |