aboutsummaryrefslogtreecommitdiff
path: root/icon.html
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2015-09-14 14:26:18 +0000
committerEinar Egilsson <einar@einaregilsson.com>2015-09-14 14:26:18 +0000
commite2cc4f87d36006d74cdcef7362dd51728802d4aa (patch)
tree3c17595a8ed75797b28c346b7d4bfd15d6e68acd /icon.html
parent4f421c63472ece0bd6d83d4a64db5168f9f6ba58 (diff)
Almost ready
Diffstat (limited to 'icon.html')
-rw-r--r--icon.html13
1 files changed, 2 insertions, 11 deletions
diff --git a/icon.html b/icon.html
index 67a8079..5b322fc 100644
--- a/icon.html
+++ b/icon.html
@@ -21,16 +21,7 @@
<body>
<script>
- var data = {
- 16: [ 32, 0, 16],
- 19: [ 35, 1, 18],
- 32: [ 64, 1, 32],
- 38: [ 75, 2, 38],
- 48: [ 95, 1, 48],
- 128: [260, 2, 131],
- };
-
-
+
function createImageLink(size, logoFontSize, logoX, logoY) {
var colors = {'#333' : 'active', '#bbb' : 'disabled', 'green' : 'redirected'};
for (var color in colors) {
@@ -59,7 +50,7 @@
createImageLink(32, 64, 1, 32);
createImageLink(38, 75, 2, 38);
createImageLink(48, 95, 1, 48);
- createImageLink(128, 260, 2, 131);
+ createImageLink(128, 215, 12, 116);
});