From 13bfcd6e7d553f4c8c7e5ba883d5c8a0f6965819 Mon Sep 17 00:00:00 2001 From: rich Date: Sun, 10 Oct 2004 16:48:25 +0000 Subject: [PATCH] Print media fix. --- html/_css/standard.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/_css/standard.css b/html/_css/standard.css index 93a5897..f672529 100644 --- a/html/_css/standard.css +++ b/html/_css/standard.css @@ -1,5 +1,5 @@ /* Stylesheet for COCANWIKI. - * $Id: standard.css,v 1.13 2004/10/10 16:14:43 rich Exp $ + * $Id: standard.css,v 1.14 2004/10/10 16:48:25 rich Exp $ */ body { @@ -493,6 +493,7 @@ table.cal_day a.cal_day_right { /* Hide the navigation. */ div#search_div { display: none; } div#navigation_div { display: none; } + div#navigation_space_div { display: none; } ul#topmenu { display: none; } div#menu_div { display: none; } p.edit_link { display: none; } -- 1.8.3.1