summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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%;
}