Improved formatting
This commit is contained in:
parent
e6c7208712
commit
e5e07ecb4e
|
@ -3,7 +3,8 @@ body {
|
|||
background-color: #333333;
|
||||
}
|
||||
|
||||
html, body {
|
||||
html,
|
||||
body {
|
||||
border-color: #E7E5E2;
|
||||
color: #E7E5E2;
|
||||
}
|
||||
|
@ -189,6 +190,7 @@ input[type="radio"] {
|
|||
.a {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.b {
|
||||
font-size: small;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="{{ lang }}">
|
||||
|
||||
<head>
|
||||
<title>{{ title }}</title>
|
||||
<link rel="stylesheet" type="text/css" href="/css/ab.css?t={{ epoch }}">
|
||||
|
@ -22,6 +23,7 @@
|
|||
<meta property="og:type" content="website">
|
||||
<meta property="og:image" content="{{ url_for('static', filename='ab.jpg') }}">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="content">
|
||||
<div id="header">{{ title }}</div>
|
||||
|
@ -39,7 +41,8 @@
|
|||
<hr>
|
||||
{%- endfor %}
|
||||
<div id="footer">
|
||||
<div id="questions">{{ questions_prefix }} {{ num_lines }} {{ questions_suffix }}<br><a href="mailto:{{ mailto }}">Einreichen!</a></div>
|
||||
<div id="questions">{{ questions_prefix }} {{ num_lines }} {{ questions_suffix }}<br><a
|
||||
href="mailto:{{ mailto }}">Einreichen!</a></div>
|
||||
<div class="separator"> </div>
|
||||
<form action="/" method="get">
|
||||
<input type="hidden" name="t" value="{{ epoch }}">
|
||||
|
@ -48,4 +51,5 @@
|
|||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue