diff options
author | Siri Reiter <siri@jones.dk> | 2010-10-01 12:33:42 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-10-01 12:33:42 +0200 |
commit | 8127f0c9092e618844a6b11eb6074709d21e4ba6 (patch) | |
tree | 5370676b0386db1e2f298c52fbff5edbfc436773 | |
parent | 567a4799c48ebc46202080eb9381d30e79b3b4ac (diff) |
Style: 15% height for inline icons. Background colour, margin and padding for inline pages.
-rw-r--r-- | local.css | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -205,15 +205,18 @@ DIV.notebox p { } DIV.inlinepage { + color: lightblue; + margin: 1em 0; border: 0; border-style: none none solid; border-width: 1px; - padding: 0; + padding: 1 em; } DIV.inlinepage IMG.icon { margin-right: 0; padding: 1%; + height: 15%; width: 15%; } |