From c28fbb518568caa239e916243dd0d3a808a904c1 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 26 Mar 2017 21:59:08 +0200 Subject: Suppress (Bootstrap-renamed) breadcrumbs. --- style.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/style.scss b/style.scss index 9b4b20e..0de0f96 100644 --- a/style.scss +++ b/style.scss @@ -3,10 +3,15 @@ //@import "bootstrap"; @import "/usr/share/javascript/bootswatch/slate/bootstrap.min.css"; -#backlinks { +.breadcrumb { display: none; } +.jumbotron { + background-image: url('water-768745_1920.jpg'); + background-position: center center; +} + // fill width and height - with black edges as needed .videocontainer { position: absolute; -- cgit v1.2.3