From 36955696e0158b05c3b277a8856293032bd03a4d Mon Sep 17 00:00:00 2001 From: Fabien Pinckaers Date: Tue, 2 Dec 2014 13:58:25 +0100 Subject: [PATCH] [IMP] css forum --- addons/website_forum/static/src/css/website_forum.css | 2 +- addons/website_forum/static/src/css/website_forum.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4