Small style tweaks

This commit is contained in:
pietervdvn 2021-10-04 14:24:21 +02:00
parent c4b77dd9d6
commit 214a2335de
2 changed files with 3354 additions and 3354 deletions

File diff suppressed because it is too large Load diff

View file

@ -127,8 +127,8 @@ function run(file, protojson) {
}
overview_question_answers.push(no_ask_json)
const descrWithImage_en = `<b>${e.description.get("en")}</b> <img style='width:1rem;' src='./assets/layers/charging_station/${e.image}'/>`
const descrWithImage_nl = `<b>${e.description.get("nl")}</b> <img style='width:1rem;' src='./assets/layers/charging_station/${e.image}'/>`
const descrWithImage_en = `<div><b>${e.description.get("en")}</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/${e.image}'/></div>`
const descrWithImage_nl = `<div><b>${e.description.get("nl")}</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/${e.image}'/></div>`
questions.push({
"id": "plugs-" + i,