summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2010-10-01 12:33:42 +0200
committerSiri Reiter <siri@jones.dk>2010-10-01 12:33:42 +0200
commit8127f0c9092e618844a6b11eb6074709d21e4ba6 (patch)
tree5370676b0386db1e2f298c52fbff5edbfc436773 /local.css
parent567a4799c48ebc46202080eb9381d30e79b3b4ac (diff)
Style: 15% height for inline icons. Background colour, margin and padding for inline pages.
Diffstat (limited to 'local.css')
-rw-r--r--local.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/local.css b/local.css
index 3132eef0..8c895981 100644
--- a/local.css
+++ b/local.css
@@ -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%;
}