From a0aa30a70dc2861bdec9769acd79d77df6f4e2d1 Mon Sep 17 00:00:00 2001 From: Trygve Date: Wed, 17 Mar 2021 13:42:36 +0100 Subject: [PATCH] Small improvements and better directory structure --- {common => css}/main.css | 7 ++++--- filopplasting/index.php | 5 +---- {common => img}/icons/Nextcloud_Logo.svg | 0 {common => img}/icons/matrix-Logo.svg | 0 4 files changed, 5 insertions(+), 7 deletions(-) rename {common => css}/main.css (95%) rename {common => img}/icons/Nextcloud_Logo.svg (100%) rename {common => img}/icons/matrix-Logo.svg (100%) diff --git a/common/main.css b/css/main.css similarity index 95% rename from common/main.css rename to css/main.css index 75b06c7..bf684a6 100644 --- a/common/main.css +++ b/css/main.css @@ -69,7 +69,7 @@ a { box-shadow: 0 .5rem 1rem rgba(0,0,0,.15); background-color: var(--btn-color); box-shadow: 0 0 2px 2px var(--accent-color), 0 .5rem 1rem rgba(0,0,0,.15) !important; - + color: white; } @@ -90,6 +90,7 @@ a { } .service-list li { + margin: 0.1rem; background-size: contain; background-position: center; background-repeat: no-repeat; @@ -125,8 +126,8 @@ a { vertical-align: middle; } -#li-nextcloud { background-image: url(./icons/Nextcloud_Logo.svg); } -#li-matrix { background-image: url(./icons/Matrix_Logo.svg); } +#li-nextcloud { background-image: url(/img/icons/Nextcloud_Logo.svg); } +#li-matrix { background-image: url(/img/icons/Matrix_Logo.svg); } @media only screen and (min-width:1000px){ .cont { diff --git a/filopplasting/index.php b/filopplasting/index.php index 232915e..8f7e395 100755 --- a/filopplasting/index.php +++ b/filopplasting/index.php @@ -20,9 +20,6 @@ session_start(); display:none; } - #center{ - margin: 0 auto; - }