Fixes #403 : Remove QRCode in core CSS and fix plugin layout

This commit is contained in:
ArthurHoaro 2015-12-07 10:50:28 +01:00
parent 4c3df9aa12
commit 6a6f6c32e5
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>