From bedc11a4ce7ec2359a2c4e662cc3a4c0709b48dc Mon Sep 17 00:00:00 2001 From: 20xd6 <20xd6@airmail.cc> Date: Wed, 6 Jul 2022 15:26:18 -0400 Subject: [PATCH] Move CSS files to /common/css/ Moved all CSS files to their own sub-directory and updated header.php to reflect this change. --- common/{ => css}/gallery.css | 0 common/{ => css}/jmenu.css | 0 common/{ => css}/print.css | 0 common/{ => css}/styles.css | 0 common/header.php | 6 +++--- 5 files changed, 3 insertions(+), 3 deletions(-) rename common/{ => css}/gallery.css (100%) rename common/{ => css}/jmenu.css (100%) rename common/{ => css}/print.css (100%) rename common/{ => css}/styles.css (100%) diff --git a/common/gallery.css b/common/css/gallery.css similarity index 100% rename from common/gallery.css rename to common/css/gallery.css diff --git a/common/jmenu.css b/common/css/jmenu.css similarity index 100% rename from common/jmenu.css rename to common/css/jmenu.css diff --git a/common/print.css b/common/css/print.css similarity index 100% rename from common/print.css rename to common/css/print.css diff --git a/common/styles.css b/common/css/styles.css similarity index 100% rename from common/styles.css rename to common/css/styles.css diff --git a/common/header.php b/common/header.php index 2b04ba0..690a408 100644 --- a/common/header.php +++ b/common/header.php @@ -39,9 +39,9 @@ ?>