Merge pull request #406 from ArthurHoaro/qrcode-style

Fixes #403 : Remove QRCode in core CSS and fix plugin layout
This commit is contained in:
VirtualTam 2015-12-09 01:00:52 +01:00
commit 79851b4890
2 changed files with 3 additions and 15 deletions

View 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;

View 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>