From 3e56a6c8f6deedf6b390c4d6134b548032d91780 Mon Sep 17 00:00:00 2001 From: Sandra Date: Tue, 7 Apr 2020 13:04:32 +0200 Subject: [PATCH] title link css --- static/title.css | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/static/title.css b/static/title.css index 4e1c1f7..0a7a6d1 100644 --- a/static/title.css +++ b/static/title.css @@ -22,7 +22,7 @@ z-index: 5; } -.image { +a:image { position: relative; max-width: 100%; max-height: 100%; @@ -184,3 +184,23 @@ p { .fbtn { font-style: italic; } + +.smw-template-furtherresults { + display: none; +} + +.indexlink { + position: fixed; + bottom:0%; + right:10%; + background-color: white; + z-index: 10; +} + +.timelinelink { + position: fixed; + bottom:0%; + right:5%; + background-color: white; + z-index: 10; +} \ No newline at end of file