From 55e057ab35a2c59005e6af22f3c66bef2f55f705 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Tue, 21 Oct 2014 09:41:26 -0300 Subject: [PATCH] proposals_discussion: fix topic title css --- public/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 0a3465d..ddbcd03 100644 --- a/public/style.css +++ b/public/style.css @@ -148,7 +148,8 @@ form .proposals-discussion-plugin .body textarea { } #content #article .topic-item h2, #content #article .article-body-proposals-discussion-plugin_topic h2, -#content #article .topic h2 { +#content #article .topic h2, +#content .topic .topic-title h2 { background-color: #C4C4C4; margin: 0; } -- libgit2 0.21.2