summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/local.css b/local.css
index 2b8f6b53..c4929894 100644
--- a/local.css
+++ b/local.css
@@ -132,15 +132,16 @@ DIV#content IMG {
padding: 10px 20px;
}
DIV.inlinepage {
- border: 1px;
- padding: 1em 0;
+ border: 0;
+ padding: 1em;
background-color: white;
}
DIV.inlinepage SPAN.header a {
font-size: 1em;
font-weight: normal;
- color: #990;
+ color: darkblue;
+ text-transform: capitalize;
}
DIV.inlinefooter {