From cfa0989a031e47aea2e9e193158bc4a4656f72ac Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Wed, 18 Oct 2017 10:55:32 +0100 Subject: [PATCH] Remove extra semicolon. --- services/web/public/stylesheets/core/ol-variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/core/ol-variables.less b/services/web/public/stylesheets/core/ol-variables.less index 9938b301bc..6255d44371 100644 --- a/services/web/public/stylesheets/core/ol-variables.less +++ b/services/web/public/stylesheets/core/ol-variables.less @@ -109,7 +109,7 @@ @sidebar-hover-bg : @ol-blue-gray-4; @sidebar-hover-text-decoration : none; -@folders-menu-margin : 0 -(@grid-gutter-width / 2);; +@folders-menu-margin : 0 -(@grid-gutter-width / 2); @folders-menu-line-height : @structured-list-line-height; @folders-menu-item-v-padding : (@line-height-computed / 4); @folders-menu-item-h-padding : (@grid-gutter-width / 2);