diff options
author | Siri Reiter <siri@jones.dk> | 2010-12-29 00:03:15 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-12-29 00:03:15 +0100 |
commit | c1ee2995d71376c5f0239d3955f1e04d3bacc916 (patch) | |
tree | c36ace08c5679d62b5c41c2e690695d11a0d109e | |
parent | 21d7ce0b8f3dba9a3b9a98e07e81f0cc81fa6b8f (diff) |
Style: Inline pages no margin or side padding. Overflow visible.
-rw-r--r-- | local.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -241,7 +241,8 @@ DIV.inlinepage { border: 0; border-style: none none solid; border-width: 1px; - padding: 1 em; + padding: 0; + overflow: visible; } DIV.inlinepage DIV.inlinepage { |