diff options
author | Siri Reiter <siri@jones.dk> | 2010-10-01 13:02:53 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-10-01 13:02:53 +0200 |
commit | 42df7066bbef4c6b0419e8dc72b04483245e2303 (patch) | |
tree | 57d690ec16a84f05d58d574a8ea2eb33cda47145 | |
parent | 8127f0c9092e618844a6b11eb6074709d21e4ba6 (diff) |
Style: No borders, padding or margins for inline inline pages. Add ! in the tag directive. Delete a little space.
-rw-r--r-- | local.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -213,6 +213,13 @@ DIV.inlinepage { padding: 1 em; } +DIV.inlinepage inlinepage { + margin: 0; + padding: 0; + border-style: 0; + border-width: 0; +} + DIV.inlinepage IMG.icon { margin-right: 0; padding: 1%; |