diff options
-rw-r--r-- | Gruntfile.js | 2 | ||||
m--------- | libraries/leaflet-soton | 0 | ||||
-rw-r--r-- | style.css | 4 |
3 files changed, 5 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 8aba4c5..7e2f8b3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -19,6 +19,8 @@ module.exports = function(grunt) { 'libraries/leaflet-soton/resources/leaflet-indoor/leaflet-indoor.js', 'libraries/leaflet-soton/resources/leaflet-route/leaflet-route.js', 'libraries/leaflet-soton/resources/leaflet-textpath/leaflet.textpath.js', + 'libraries/leaflet-soton/resources/uos-live.js/uos-live.js', + 'libraries/leaflet-soton/resources/uos-live.js/libraries/pollymer/pollymer.js', 'libraries/leaflet-soton/src/leaflet-soton.js', 'scripts.js' ], diff --git a/libraries/leaflet-soton b/libraries/leaflet-soton -Subproject 11b86a6d8ab226a55fcd2e69c40989ebc246185 +Subproject 7e14a14842b96916cc5dadfcef04624d2a1854e @@ -33,7 +33,7 @@ input[type="radio"], input[type="checkbox"] { padding-left: 0px; } -.route-master-list li a { +.ls-route-master-list li a { font: 24px/30px Arial, Helvetica, sans-serif; width: 100%; border-bottom-width: 2px; @@ -42,11 +42,13 @@ input[type="radio"], input[type="checkbox"] { border-right-width: 0px; border-style: solid; border-color: #000000; + border-radius: 0; background: #a1a1a1; color: white; display: block; text-align: center; text-decoration: none; + margin: 0; } .ls-route-list { |