summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/local.css b/local.css
index 8aaeca17..dbd6e8f1 100644
--- a/local.css
+++ b/local.css
@@ -130,4 +130,19 @@ DIV#content IMG {
clear: both;
float: right;
padding: 10px 20px;
-} \ No newline at end of file
+}
+DIV.inlinepage {
+ border: 1px;
+ padding: 1em 0;
+ color: white;
+}
+
+DIV.inlinepage SPAN.header a {
+ font-size: 1em;
+ font-weight: normal;
+ color: #990;
+}
+
+DIV.inlinefooter {
+ display: none;
+}