From 265d1b67b8e55b88567fc5c4b744e5f27a1be999 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 29 Mar 2009 18:45:22 +0200 Subject: Add visual info for inline pages. --- local.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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; +} -- cgit v1.2.3