From d6540d3ba7a010b2f7c75e8e3d452f00d567bd75 Mon Sep 17 00:00:00 2001 From: Kevin Dungs Date: Tue, 5 Aug 2014 00:23:34 +0200 Subject: [PATCH] Fix saving of name. --- css/style.css | 10 ++++++++++ index.html | 2 +- js/gameobjects.js | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 391f83a..c499e74 100644 --- a/css/style.css +++ b/css/style.css @@ -108,3 +108,13 @@ h1 br { right: 5px; position: absolute; } + +#labname { + border: 0px; + padding: 0 4px; + font-size: 24px; + margin-top: 20px; + font-weight: 500; + line-height: 1; + width: 99%; +} diff --git a/index.html b/index.html index 21d9ba4..488e605 100644 --- a/index.html +++ b/index.html @@ -76,7 +76,7 @@
-

{{ lc.lab.name }} Click here to change the name

+
diff --git a/js/gameobjects.js b/js/gameobjects.js index 850f6f9..dd774e8 100644 --- a/js/gameobjects.js +++ b/js/gameobjects.js @@ -9,7 +9,7 @@ var GameObjects = (function() { */ var labPrototype = { version: '0.2', - name: 'My Awesome Lab', + name: 'Click here to give your lab a catchy name', detector: { rate: 1 },