summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-03-29 18:45:22 +0200
committerSiri Reiter <siri@jones.dk>2009-03-29 18:45:22 +0200
commit265d1b67b8e55b88567fc5c4b744e5f27a1be999 (patch)
treec19f24394b68ad2e50e0d41f35a7d77267e4b791 /local.css
parent8acda677a42bf2ce81de8ba6ba79a35eb67ca168 (diff)
Add visual info for inline pages.
Diffstat (limited to 'local.css')
-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;
+}