diff options
author | Siri Reiter <siri@jones.dk> | 2009-07-17 19:34:17 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-07-17 19:34:17 +0200 |
commit | 6ed7e6c8730e2fb895379d701d90876240a907c2 (patch) | |
tree | 0a5fc0526f249e57b842ed857684cd5814ae6c32 | |
parent | a4e19c2acc29ab4d3ff2c360673ae32633318026 (diff) |
Inline header non visible.
-rw-r--r-- | local.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -180,6 +180,10 @@ DIV.inlinepage { min-height: 180px; } +DIV.inlineheader { + display: none; +} + DIV.inlinefooter { display: none; } |