diff --git a/static/timeline.css b/static/timeline.css index b1ae114..8c861b5 100644 --- a/static/timeline.css +++ b/static/timeline.css @@ -15,10 +15,7 @@ body{ font-size: 28px; } -h1 { - font-family: Roboto Mono; - font-size: 40px; - color: #371F10; +.eventdate { margin-top: 1%; } diff --git a/static/topicformat.css b/static/topicformat.css index e42c8c7..bc5803c 100644 --- a/static/topicformat.css +++ b/static/topicformat.css @@ -15,7 +15,7 @@ body { height: auto; margin-left: 120px; margin-right: 120px; - text-align: : center; + text-align: center; z-index: 5; } @@ -64,9 +64,6 @@ body { border-color: #0BEFEB; height: 500px; } -.image { - width: 300px; -} .title { display:block; diff --git a/templates/timeline.html b/templates/timeline.html index 4efde72..debf6ad 100644 --- a/templates/timeline.html +++ b/templates/timeline.html @@ -3,13 +3,14 @@ + - Timeline + {{ page.name }} -
Timeline
-
{{ body|safe }}
+

{{ page.name }}

+
{{ body|safe }}