From 65e8e01ef482c862c7f3f5d880d5d27d05b3f87d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Mon, 14 Mar 2016 00:35:24 -0400 Subject: [PATCH] Make sure all close buttons in the sidebar have same weight --- client/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/css/style.css b/client/css/style.css index c7ecc1d9..412451c1 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -402,6 +402,7 @@ button, #sidebar .close:before { font-size: 18px; + font-weight: normal; display: inline-block; line-height: 18px; width: 18px;