diff --git a/out/css/pc.css b/out/css/pc.css index a09005a..67bf4f3 100644 --- a/out/css/pc.css +++ b/out/css/pc.css @@ -332,7 +332,7 @@ th.address { border: none; margin: 0; font-size: .8em; - width: 10em; + width: 100%; } diff --git a/out/examples-list.json b/out/examples-list.json index 432befe..e2da56d 100644 --- a/out/examples-list.json +++ b/out/examples-list.json @@ -1,17 +1,23 @@ { - "available": - [ - { - "title": "Simple Counter", - "version": "0.1", + "available": + [ + { + "title": "A simple Counter", + "version": "0.3", "url": "examples/simple-counter.json", "enabled": 1 }, { - "title": "Add 2 numbers", - "version": "0.1", + "title": "Adding 2 numbers together", + "version": "0.2", "url": "examples/adding.json", "enabled": 1 + }, + { + "title": "Empty Canvas", + "version": "0.1", + "url": "examples/empty.json", + "enabled": 1 } ] } \ No newline at end of file