From: Fabien Pinckaers Date: Tue, 2 Dec 2014 12:58:25 +0000 (+0100) Subject: [IMP] css forum X-Git-Url: http://git.inspyration.org/?p=odoo%2Fodoo.git;a=commitdiff_plain;h=36955696e0158b05c3b277a8856293032bd03a4d [IMP] css forum --- diff --git a/addons/website_forum/static/src/css/website_forum.css b/addons/website_forum/static/src/css/website_forum.css index 4d64309..0e153f7 100644 --- a/addons/website_forum/static/src/css/website_forum.css +++ b/addons/website_forum/static/src/css/website_forum.css @@ -5,7 +5,7 @@ font-size: 160%; font-weight: bold; line-height: 12px; } - .vote .vote-up, .vote .vote-down { + .vote .vote_up, .vote .vote_down { font-size: 130%; } .author-box { diff --git a/addons/website_forum/static/src/css/website_forum.sass b/addons/website_forum/static/src/css/website_forum.sass index 999c66d..cd37847 100644 --- a/addons/website_forum/static/src/css/website_forum.sass +++ b/addons/website_forum/static/src/css/website_forum.sass @@ -5,7 +5,7 @@ font-size: 160% font-weight: bold line-height: 12px - .vote-up,.vote-down + .vote_up,.vote_down font-size: 130% .author-box