templates/cluster.html

changeset 22
3d094a804af8
parent 21
6a0394d5a159
child 24
e6bdb9c54096
--- a/templates/cluster.html	Tue Jun 13 00:47:24 2017 +0300
+++ b/templates/cluster.html	Tue Jun 20 09:37:43 2017 +0300
@@ -12,8 +12,17 @@
 	}
 	div.stops-in-cluster ul
 	{
-		columns: 3;
+		columns: 2;
 	}
+	div.stops-in-cluster li
+	{
+		text-align: center;
+	}/*
+	body
+	{
+		background: url('/static/tausta-pysäkki.png') no-repeat center center fixed;
+		background-size: cover;
+	}*/
 	</style>
 </head>
 <body>
@@ -29,7 +38,7 @@
 	{% endfor %}
 	</ul>
 	</div>
-	<table id='aikataulu' cellspacing="0">
+	<table class='aikataulu' cellspacing="0">
 		<tr>
 			<th class='sarake-aika'>{{tr('time', 'headings')}}</th>
 			<th class='sarake-linja'>{{tr('route', 'headings')}}</th>

mercurial