From aaf9139ad6483be4e7f72b8d5fc5a0751d8aac99 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 10 May 2010 19:02:37 +0200 Subject: CSS: hide inline header. --- local.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/local.css b/local.css index 428ebf08..a9d217a1 100644 --- a/local.css +++ b/local.css @@ -180,6 +180,9 @@ DIV.inlinepage { border-width: 1px; padding: 0; } +DIV.inlineheader { + display: none; +} DIV.inlinefooter { display: none; -- cgit v1.2.3