Move the stylesheet to its own file
parent
465b033971
commit
03bc96850c
|
@ -2,11 +2,9 @@
|
||||||
<html lang="nl">
|
<html lang="nl">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
<link rel="stylesheet" href="/static/css/busdepartures.css">
|
||||||
|
|
||||||
<title>Busvertrektijden</title>
|
<title>Busvertrektijden</title>
|
||||||
<style>
|
|
||||||
h2 { margin-bottom: 2px; }
|
|
||||||
dt { font-weight: bold; }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{{ range .Quays }}
|
{{ range .Quays }}
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
h2 {
|
||||||
|
margin-bottom: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
dt {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
Loading…
Reference in New Issue