Fixes #403 : Remove QRCode in core CSS and fix plugin layout
This commit is contained in:
parent
4c3df9aa12
commit
6a6f6c32e5
2 changed files with 3 additions and 15 deletions
|
@ -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;
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
<div class="linkqrcode">
|
||||
<a href="http://qrfree.kaywa.com/?l=1&s=8&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&s=8&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>
|
||||
|
|
Loading…
Reference in a new issue