...

Fri, 21 Sep 2018 00:21:38 +0300

author
Teemu Piippo <teemu@hecknology.net>
date
Fri, 21 Sep 2018 00:21:38 +0300
changeset 121
a6a46c7519a2
parent 120
16bc79099171
child 122
942f6b3e4d4a

...

static/style.css file | annotate | diff | comparison | revisions
templates/stop_week.html file | annotate | diff | comparison | revisions
--- 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;
--- 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 @@
 	<tr class='{{day["day-class"]}} {{night_class(hour)}}'>
 	<th class='hour-column {{night_class(hour)}}'>{{hour}}</th>
 	{% for entry in hour_schedule %}
-	<td class='minute-time'><a href="/trip/{{entry['trip']}}">{{'%02d' % entry['minute']}}</a></td>
+	<td class='minute-time'><a href="../trip/{{entry['trip']}}">{{'%02d' % entry['minute']}}</a></td>
 	{% if not description['simple'] %}
 	<td class='minute-route'><span>{{entry['route']}}</span></td>
 	{% endif %}

mercurial