Actually check if the QR code is enabled before generating it

This commit is contained in:
Tom Slominski
2015-03-01 21:41:26 +00:00
parent 5127f68093
commit 89a74c7137
2 changed files with 16 additions and 6 deletions

View File

@@ -228,6 +228,11 @@ input[type="radio"] {
color:#013F6D;
}
svg#url-qr-code {
width: 50%;
height: 50%;
}
/* Footer */
.footer {
text-align: center;