diff -r 209f5930d038 -r 16a5c37e4e67 templates/stop_week.html --- a/templates/stop_week.html Fri Apr 20 13:50:02 2018 +0300 +++ b/templates/stop_week.html Tue Apr 24 23:21:34 2018 +0300 @@ -158,14 +158,31 @@ width: 100%; border: 1px solid rgba(0, 0, 0, 0.2); } - + .routes-legend tr { width: 100%; } + + .routes-legend .rare-group td + { + padding-top: 5px; + padding-bottom: 5px; + } - .routes-legend td.description + .rare-group .routes:before, .common-route-group .rare-route-variant:before + { + content: "("; + } + + .rare-group .routes:after, .common-route-group .rare-route-variant:after { + content: ")"; + } + + .rare-group td, .common-route-group .rare-route-variant + { + font-size: 15pt; } @@ -192,11 +209,9 @@ {% for entry in description['description'] %} - +
- {% for route in entry[0] %} - {{ route }} - {% endfor %} + {% for route in entry[0] %}{{ route }}{{ route != entry[0][-1] and ' ' or '' }}{% endfor %} {{ entry[1] }}