Changed QR-Code CSS (selector and attributes)

This commit is contained in:
Sébastien SAUVAGE 2013-09-25 14:58:47 +02:00
parent 83cff11de5
commit 26c9556894
1 changed files with 3 additions and 2 deletions

View File

@ -316,7 +316,8 @@ text-shadow:2px 2px 1px #000000;
background: #ffffff; background: #ffffff;
} }
div.qrcode { div#permalinkQrcode {
padding:20px;
width:220px; width:220px;
height:220px; height:220px;
background-color: #ffffff; background-color: #ffffff;
@ -465,4 +466,4 @@ div.dailyEntryDescription { font-size:10pt; }
} }
/* Highlight search results */ /* Highlight search results */
.highlight { background-color: #FFFF33; } .highlight { background-color: #FFFF33; }