From d5143ebe001b41fde52dfd9e4cfa36c2ae46a7ba Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 29 Mar 2009 19:12:03 +0200 Subject: CSS: fun wtih inline pages: Capitalize. --- local.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'local.css') 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 { -- cgit v1.2.3