diff --git a/map.css b/map.css index 49a7d3c..d18681a 100644 --- a/map.css +++ b/map.css @@ -28,11 +28,16 @@ table { padding-bottom: 10px; border-spacing: 0; } + tr td:first-child { padding: 0; padding-right: 10px; } +.table tr:nth-child(2n) { + background: rgb(244,244,244); +} + .info { padding: 6px 8px; font: 14px/16px Arial, Helvetica, sans-serif; @@ -41,7 +46,7 @@ tr td:first-child { } .type { - position: fixed; + position: absolute; top: 15px; right: 15px; } diff --git a/map.html b/map.html index 5e91450..3e6aabd 100644 --- a/map.html +++ b/map.html @@ -40,7 +40,7 @@ {{#if hours.sunday}}{{hours.sunday}}{{else}}Gesloten{{/if}} - +
Maandag {{#if hours.monday}}{{hours.monday}}{{else}}Gesloten{{/if}}