# HG changeset patch # User Drew Perttula # Date 2017-05-28 09:05:37 # Node ID 20f48a0e71359b1e897ceecfc6db36cbe8bff2f3 # Parent 9be85c08a69fbee95218a8841691ad8617a093cc hover mode shows best match Ignore-this: 3b25ed8ebb8e6be38a3afa0d077e78ba diff --git a/light9/web/lib/bower.json b/light9/web/lib/bower.json --- a/light9/web/lib/bower.json +++ b/light9/web/lib/bower.json @@ -16,11 +16,15 @@ "N3.js": "https://github.com/RubenVerborgh/N3.js.git#04f4e21f4ccb351587dc00a3f26340b28d4bb10f", "shortcut": "http://www.openjs.com/scripts/events/keyboard_shortcuts/shortcut.js", "async": "https://github.com/caolan/async.git#^1.5.2", - "iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#^1.0.3" + "iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#^1.0.3", + "paper-radio-button": "PolymerElements/paper-radio-button#^1.2.2", + "paper-radio-group": "PolymerElements/paper-radio-group#^1.2.2" }, "resolutions": { "paper-styles": "^1.1.4", "rdflib.js": "920e59fe37", - "d3": "e7194db33090a0afc06c77a959594361ffb949df" + "d3": "e7194db33090a0afc06c77a959594361ffb949df", + "webcomponentsjs": "^0.7.24", + "polymer": "^1.2.1" } } diff --git a/light9/web/paint/index.html b/light9/web/paint/index.html --- a/light9/web/paint/index.html +++ b/light9/web/paint/index.html @@ -5,7 +5,6 @@ - -
- tools: - - hover spot - - paint - - erase +
+ + hover spot + paint + erase +