diff options
author | Sébastien SAUVAGE <sebsauvage@sebsauvage.net> | 2013-09-25 14:58:47 +0200 |
---|---|---|
committer | Sébastien SAUVAGE <sebsauvage@sebsauvage.net> | 2013-09-25 14:58:47 +0200 |
commit | 26c9556894bfcc1091dcd4dbff37c56a76a426d7 (patch) | |
tree | dc374ecf3e6517e2d01d8a5ae0dc016c627484aa | |
parent | 83cff11de5fac834ab224ed658b821676a6d54a7 (diff) | |
download | Shaarli-26c9556894bfcc1091dcd4dbff37c56a76a426d7.tar.gz Shaarli-26c9556894bfcc1091dcd4dbff37c56a76a426d7.tar.zst Shaarli-26c9556894bfcc1091dcd4dbff37c56a76a426d7.zip |
Changed QR-Code CSS (selector and attributes)
-rw-r--r-- | inc/shaarli.css | 5 |
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 | ||
319 | div.qrcode { | 319 | div#permalinkQrcode { |
320 | padding:20px; | ||
320 | width:220px; | 321 | width:220px; |
321 | height:220px; | 322 | height:220px; |
322 | background-color: #ffffff; | 323 | background-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; } |