From 6658463e9e73ecdcbc9d2f9538b0d5f089b7f2f3 Mon Sep 17 00:00:00 2001 From: Knah Tsaeb Date: Thu, 16 Jun 2016 09:31:31 +0200 Subject: [PATCH] [fix] private icon not show --- tpl/myShaarli/myShaarli.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpl/myShaarli/myShaarli.css b/tpl/myShaarli/myShaarli.css index 83bdf14..5245934 100644 --- a/tpl/myShaarli/myShaarli.css +++ b/tpl/myShaarli/myShaarli.css @@ -530,7 +530,7 @@ a, .linkdescription a { background-image: url('../../images/private_16x16.png'); background-repeat: no-repeat; background-position: 10px center; - padding: .3em .3em .3em 32px; + padding: .3em .3em .3em 32px; } #linklist li.publicLinkHightLight {