From 5b30a81983529d2f08e26e6c86bcc9ad11ba1bfc Mon Sep 17 00:00:00 2001 From: Tabitha Zipperer Date: Wed, 21 Jan 2009 17:59:57 +0000 Subject: [PATCH] Added a style for printing Alumni pages --- www/extras/account/print.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 www/extras/account/print.css diff --git a/www/extras/account/print.css b/www/extras/account/print.css new file mode 100644 index 000000000..411a76d50 --- /dev/null +++ b/www/extras/account/print.css @@ -0,0 +1,3 @@ +#ALUM_wrapper #topBar, #ALUM_wrapper #ALUM_doc, #ALUM_wrapper #sddm, #ALUM_wrapper #ALUM_footer { + display: none; +} \ No newline at end of file