summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2010-05-10 19:02:37 +0200
committerSiri Reiter <siri@jones.dk>2010-05-10 19:02:37 +0200
commitaaf9139ad6483be4e7f72b8d5fc5a0751d8aac99 (patch)
treebdbfe31d4d8519aff6f6ac5095576f8f8be5c59e
parent9ac515a6e233cc95feb67f0132b103f4936807d6 (diff)
CSS: hide inline header.
-rw-r--r--local.css3
1 files changed, 3 insertions, 0 deletions
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;