From: Sébastien SAUVAGE Date: Wed, 25 Sep 2013 12:58:47 +0000 (+0200) Subject: Changed QR-Code CSS (selector and attributes) X-Git-Tag: v0.0.42beta~10 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=26c9556894bfcc1091dcd4dbff37c56a76a426d7;p=github%2Fshaarli%2FShaarli.git Changed QR-Code CSS (selector and attributes) --- diff --git a/inc/shaarli.css b/inc/shaarli.css index 50839848..52a48208 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; }