From 52a50017c66d9cf37d93b88df5147717c7b8938c Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Sun, 12 Aug 2018 03:56:18 +0200 Subject: [PATCH] Hide unnused
s for now --- www/css/landing.css | 5 +++-- www/css/style.css | 3 +++ www/index.php | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/www/css/landing.css b/www/css/landing.css index 16ca2a5..2612703 100644 --- a/www/css/landing.css +++ b/www/css/landing.css @@ -1,4 +1,5 @@ -header { +header.landing { + display:block; margin: 0; margin-top: 3em; padding: 3vh 15vw; @@ -7,7 +8,7 @@ header { color: #fff; } -header .logo { +header.landing .logo { display: block; width: 24vh; height: 24vh; diff --git a/www/css/style.css b/www/css/style.css index e8e7a42..6d3d94b 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -45,6 +45,9 @@ h1, h2, h3, h4, h5, h6, nav li, .calendar-events li, .btn, p.login, a#login{ font-variant: normal; } +header { + display:none; +} nav, #menu { padding: 0; diff --git a/www/index.php b/www/index.php index 2e45b46..37e5ecd 100644 --- a/www/index.php +++ b/www/index.php @@ -27,7 +27,7 @@ $motd = $motdfetcher->getMOTD(); -
+

Velkommen til Programvare­verkstedet