From 3d697809f014405a5b70c3bade9ca053090809ab Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 14 Dec 2016 02:14:06 +0300 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- ui (gen4)/css/layout.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui (gen4)/css/layout.less b/ui (gen4)/css/layout.less index c07c2c16..7950d74e 100755 --- a/ui (gen4)/css/layout.less +++ b/ui (gen4)/css/layout.less @@ -1406,7 +1406,7 @@ stretching in width... */ opacity: 0.3; font-size: small; } -.overlay-info .ribbon-count:before { +.overlay-info .ribbon-count:not(:empty):before { content: "/"; }