diff options
| author | Siri Reiter <siri@jones.dk> | 2010-05-10 19:02:37 +0200 |
|---|---|---|
| committer | Siri Reiter <siri@jones.dk> | 2010-05-10 19:02:37 +0200 |
| commit | aaf9139ad6483be4e7f72b8d5fc5a0751d8aac99 (patch) | |
| tree | bdbfe31d4d8519aff6f6ac5095576f8f8be5c59e | |
| parent | 9ac515a6e233cc95feb67f0132b103f4936807d6 (diff) | |
CSS: hide inline header.
| -rw-r--r-- | local.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -180,6 +180,9 @@ DIV.inlinepage { border-width: 1px; padding: 0; } +DIV.inlineheader { + display: none; +} DIV.inlinefooter { display: none; |
