diff options
Diffstat (limited to 'inc/shaarli.css')
-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; } |