From 7f8de06be97c327dc6bdc6b9e6aeaa2b9861eb8c Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 7 Jul 2009 16:38:17 +0200 Subject: Inline pages no border or footer. --- local.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/local.css b/local.css index 4ba46644..f212c852 100644 --- a/local.css +++ b/local.css @@ -156,6 +156,16 @@ DIV.notebox p { text-align: center; } +DIV.inlinepage { + border: 0; + padding: 0; + min-height: 180px; +} + +DIV.inlinefooter { + display: none; +} + div#footer{ width:100% } -- cgit v1.2.3