Skip to content

Commit

Permalink
Changes in margin and wifi logo in subtext
Browse files Browse the repository at this point in the history
  • Loading branch information
qistoph committed Apr 25, 2013
1 parent e4ee936 commit b7e2160
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
background: #ffffff;
display: table;
margin: 0 auto 1.4em;
padding: 0.8em;
padding: 0.8em 0.8em 0.2em;
}

#qrcode {
Expand All @@ -122,7 +122,7 @@
}

#qrsub {
margin: 0 auto;
margin: 0.2em auto 0;
font-family: Courier New;
display: table;
}
Expand Down Expand Up @@ -220,7 +220,7 @@
";";

divCanvas.empty().qrcode(url);
divText.text("WiFi: " + $("#S").val() + " (" + type + ")");
divText.html('<img src="wifi2.png" style="vertical-align:text-top;"> ' + $("#S").val() + ' (' + type + ')');
}

function printQR() {
Expand Down

0 comments on commit b7e2160

Please sign in to comment.