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