From 063bf635e7ee9e5950f6eccdee906eabe36adebd Mon Sep 17 00:00:00 2001 From: Tailszefox Date: Fri, 12 Feb 2021 11:08:54 +0100 Subject: [PATCH] Added simple stylesheet for printing --- css/print.css | 4 ++++ index.php | 1 + 2 files changed, 5 insertions(+) create mode 100644 css/print.css diff --git a/css/print.css b/css/print.css new file mode 100644 index 0000000..7887bf8 --- /dev/null +++ b/css/print.css @@ -0,0 +1,4 @@ +#faqWrapper, #header +{ + display: none; +} diff --git a/index.php b/index.php index c70febe..6132a20 100644 --- a/index.php +++ b/index.php @@ -49,6 +49,7 @@ else +