aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/shaarli.css
diff options
context:
space:
mode:
authorSébastien SAUVAGE <sebsauvage@sebsauvage.net>2013-09-25 14:58:47 +0200
committerSébastien SAUVAGE <sebsauvage@sebsauvage.net>2013-09-25 14:58:47 +0200
commit26c9556894bfcc1091dcd4dbff37c56a76a426d7 (patch)
treedc374ecf3e6517e2d01d8a5ae0dc016c627484aa /inc/shaarli.css
parent83cff11de5fac834ab224ed658b821676a6d54a7 (diff)
downloadShaarli-26c9556894bfcc1091dcd4dbff37c56a76a426d7.tar.gz
Shaarli-26c9556894bfcc1091dcd4dbff37c56a76a426d7.tar.zst
Shaarli-26c9556894bfcc1091dcd4dbff37c56a76a426d7.zip
Changed QR-Code CSS (selector and attributes)
Diffstat (limited to 'inc/shaarli.css')
-rw-r--r--inc/shaarli.css5
1 files changed, 3 insertions, 2 deletions
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;
316 background: #ffffff; 316 background: #ffffff;
317} 317}
318 318
319div.qrcode { 319div#permalinkQrcode {
320padding:20px;
320width:220px; 321width:220px;
321height:220px; 322height:220px;
322background-color: #ffffff; 323background-color: #ffffff;
@@ -465,4 +466,4 @@ div.dailyEntryDescription { font-size:10pt; }
465} 466}
466 467
467/* Highlight search results */ 468/* Highlight search results */
468.highlight { background-color: #FFFF33; } \ No newline at end of file 469.highlight { background-color: #FFFF33; }