From 69d6a217c8a735c30fc2ffc2efc6bbfd60136ef9 Mon Sep 17 00:00:00 2001 From: Rein Van Oyen Date: Tue, 8 Jan 2019 11:04:58 +0100 Subject: [PATCH] Fixed more-vertical-2 and more-horizontal-2 Just noticed this small bug with these 2 icons... --- src/css/iconfont.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/iconfont.css b/src/css/iconfont.css index 9ec1099..5923441 100644 --- a/src/css/iconfont.css +++ b/src/css/iconfont.css @@ -547,9 +547,9 @@ .icon-hard-drive:before { content: "\e920"; } -.icon-more-vertical-:before { content: "\e921"; } +.icon-more-vertical-2:before { content: "\e921"; } -.icon-more-horizontal-:before { content: "\e922"; } +.icon-more-horizontal-2:before { content: "\e922"; } .icon-rss:before { content: "\e923"; }