diff options
-rw-r--r-- | inc/shaarli.css | 10 | ||||
-rw-r--r-- | plugins/qrcode/qrcode.html | 8 |
2 files changed, 3 insertions, 15 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css index 5578610d..451f0481 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css | |||
@@ -414,16 +414,6 @@ h1 { | |||
414 | color:#E28E3F; | 414 | color:#E28E3F; |
415 | } | 415 | } |
416 | 416 | ||
417 | .linkqrcode { | ||
418 | display: inline; | ||
419 | position: relative; | ||
420 | } | ||
421 | |||
422 | a.qrcode img { | ||
423 | width: 13px; | ||
424 | height: 13px; | ||
425 | } | ||
426 | |||
427 | #linklist li.private { | 417 | #linklist li.private { |
428 | background: url('../images/private.png') no-repeat 4px center; | 418 | background: url('../images/private.png') no-repeat 4px center; |
429 | padding-left: 30px; | 419 | padding-left: 30px; |
diff --git a/plugins/qrcode/qrcode.html b/plugins/qrcode/qrcode.html index ffdaf3b8..58ac5007 100644 --- a/plugins/qrcode/qrcode.html +++ b/plugins/qrcode/qrcode.html | |||
@@ -1,5 +1,3 @@ | |||
1 | <div class="linkqrcode"> | 1 | <a href="http://qrfree.kaywa.com/?l=1&s=8&d=%s" onclick="showQrCode(this); return false;" class="qrcode" data-permalink="%s"> |
2 | <a href="http://qrfree.kaywa.com/?l=1&s=8&d=%s" onclick="showQrCode(this); return false;" class="qrcode" data-permalink="%s"> | 2 | <img src="%s/qrcode/qrcode.png" width="13" height="13" title="QR-Code"> |
3 | <img src="%s/qrcode/qrcode.png" width="13" height="13" title="QR-Code"> | 3 | </a> |
4 | </a> | ||
5 | </div> | ||