]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Fixes #403 : Remove QRCode in core CSS and fix plugin layout 406/head
authorArthurHoaro <arthur@hoa.ro>
Mon, 7 Dec 2015 09:50:28 +0000 (10:50 +0100)
committerArthurHoaro <arthur@hoa.ro>
Mon, 7 Dec 2015 10:03:30 +0000 (11:03 +0100)
inc/shaarli.css
plugins/qrcode/qrcode.html

index 5578610d3ad7e6166e151d3e9d866628560b7e8d..451f0481bd041c5a0be359785e4fe2c82d727b32 100644 (file)
@@ -414,16 +414,6 @@ h1 {
     color:#E28E3F;
 }
 
-.linkqrcode {
-    display: inline;
-    position: relative;
-}
-
-a.qrcode img {
-    width: 13px;
-    height: 13px;
-}
-
 #linklist li.private {
     background: url('../images/private.png') no-repeat 4px center;
     padding-left: 30px;
index ffdaf3b82ed00e644add10d3eaf8eb9384e20d69..58ac50074a1aa4b34cd3bd0515feb589be625313 100644 (file)
@@ -1,5 +1,3 @@
-<div class="linkqrcode">
-    <a href="http://qrfree.kaywa.com/?l=1&amp;s=8&amp;d=%s" onclick="showQrCode(this); return false;" class="qrcode" data-permalink="%s">
-        <img src="%s/qrcode/qrcode.png" width="13" height="13" title="QR-Code">
-    </a>
-</div>
+<a href="http://qrfree.kaywa.com/?l=1&amp;s=8&amp;d=%s" onclick="showQrCode(this); return false;" class="qrcode" data-permalink="%s">
+    <img src="%s/qrcode/qrcode.png" width="13" height="13" title="QR-Code">
+</a>