diff --git a/content/static/datenspuren/2015/script/pois.js b/content/static/datenspuren/2015/script/pois.js index 93c1b6c30..e2099465d 100644 --- a/content/static/datenspuren/2015/script/pois.js +++ b/content/static/datenspuren/2015/script/pois.js @@ -110,7 +110,8 @@ h3.click(function() { dt.find('a'). attr('href', "https://www.openstreetmap.org/" + poi.info.type + "/" + poi.info.id). text(poi.info.tags.name) - // TODO: ♿ + if (poi.info.tags.wheelchair == 'yes') + dt.append("") if (poi.info.tags['addr:street'] && poi.info.tags['addr:housenumber']) { var addr = $('') diff --git a/content/static/datenspuren/2015/style/style.css b/content/static/datenspuren/2015/style/style.css index cec72230c..9d7019248 100644 --- a/content/static/datenspuren/2015/style/style.css +++ b/content/static/datenspuren/2015/style/style.css @@ -149,6 +149,11 @@ footer a { margin-top: 1em; font-weight: bold; } +#food dt .wheelchair { + font-size: 120%; + line-height: 1em; + color: #444; +} #food dt .addr, #food dt .website { font-weight: normal; margin-left: 0.8em; @@ -157,7 +162,7 @@ footer a { #food dd { color: #444; font-size: 80%; - margin: 0; + margin: 0 0 0 2em; } .geo-arrow {