# HG changeset patch # User Teemu Piippo # Date 1537478498 -10800 # Node ID a6a46c7519a2cfa7b6d22ce664035eab4c2793f4 # Parent 16bc790991713652a83dbdb84c32da4c2b957206 ... diff -r 16bc79099171 -r a6a46c7519a2 static/style.css --- a/static/style.css Fri Sep 21 00:20:40 2018 +0300 +++ b/static/style.css Fri Sep 21 00:21:38 2018 +0300 @@ -25,7 +25,7 @@ { margin: auto; margin-bottom: 30pt; - min-width: 50%; + min-width: 75%; border-radius: 30px 30px 0 0; background: #ffd90f; border: 1px solid gray; diff -r 16bc79099171 -r a6a46c7519a2 templates/stop_week.html --- a/templates/stop_week.html Fri Sep 21 00:20:40 2018 +0300 +++ b/templates/stop_week.html Fri Sep 21 00:21:38 2018 +0300 @@ -231,7 +231,7 @@ {{hour}} {% for entry in hour_schedule %} - {{'%02d' % entry['minute']}} + {{'%02d' % entry['minute']}} {% if not description['simple'] %} {{entry['route']}} {% endif %}