From 8bd497fa97f6dac435a11cbc2ded189de33074e2 Mon Sep 17 00:00:00 2001 From: Manos Date: Mon, 1 Oct 2018 18:47:14 +0300 Subject: [PATCH] Moved directory and minor corrections --- .gitignore | 4 ++++ css/layout.css | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) mode change 100755 => 100644 .gitignore diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 index 8de7b22..82ad152 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,7 @@ Icon Network Trash Folder Temporary Items .apdisk + +# Root direcories of other projects +nextcloud + diff --git a/css/layout.css b/css/layout.css index 9f9474f..7955c2e 100755 --- a/css/layout.css +++ b/css/layout.css @@ -52,7 +52,7 @@ header .banner { vertical-align: middle; margin: 0 auto; width: 85%; - padding-bottom: 30px;s + padding-bottom: 30px; text-align: center; }