Commit 55e057ab35a2c59005e6af22f3c66bef2f55f705
1 parent
9ea14087
Exists in
master
and in
11 other branches
proposals_discussion: fix topic title css
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
public/style.css
... | ... | @@ -148,7 +148,8 @@ form .proposals-discussion-plugin .body textarea { |
148 | 148 | } |
149 | 149 | |
150 | 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 | 153 | background-color: #C4C4C4; |
153 | 154 | margin: 0; |
154 | 155 | } | ... | ... |