From 26c9556894bfcc1091dcd4dbff37c56a76a426d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20SAUVAGE?= Date: Wed, 25 Sep 2013 14:58:47 +0200 Subject: [PATCH] Changed QR-Code CSS (selector and attributes) --- inc/shaarli.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/inc/shaarli.css b/inc/shaarli.css index 5083984..52a4820 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css @@ -316,7 +316,8 @@ text-shadow:2px 2px 1px #000000; background: #ffffff; } -div.qrcode { +div#permalinkQrcode { +padding:20px; width:220px; height:220px; background-color: #ffffff; @@ -465,4 +466,4 @@ div.dailyEntryDescription { font-size:10pt; } } /* Highlight search results */ -.highlight { background-color: #FFFF33; } \ No newline at end of file +.highlight { background-color: #FFFF33; }