From 013a1c7d97797b4d949fd103d1ef199dab13c6ad Mon Sep 17 00:00:00 2001 From: Damlanur Date: Sat, 18 Apr 2020 00:05:15 +0200 Subject: [PATCH 1/2] typo fixed in topicformat.css --- static/topicformat.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/static/topicformat.css b/static/topicformat.css index ebb15c7..09c75d0 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; } @@ -32,9 +32,6 @@ body { border-color: #0BEFEB; height: 500px; } -.image { - width: 300px; -} .title { display:block; From 86177862c828dabf2a50f84a0fe51b3814765d9d Mon Sep 17 00:00:00 2001 From: "E.zn" Date: Sat, 18 Apr 2020 00:26:06 +0200 Subject: [PATCH 2/2] Iona#2 --- static/timeline.css | 5 +---- templates/timeline.html | 7 ++++--- 2 files changed, 5 insertions(+), 7 deletions(-) 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/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 }}