summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-03-29 19:14:59 +0200
committerSiri Reiter <siri@jones.dk>2009-03-29 19:14:59 +0200
commit5477cc92f48dd4d7875583edcc5ba7f9a4202fb2 (patch)
tree57c903fdb488ba1358b452ca0038028c6478d194
parentd5143ebe001b41fde52dfd9e4cfa36c2ae46a7ba (diff)
CSS: fun wtih inline pages: uppercase.
-rw-r--r--local.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/local.css b/local.css
index c4929894..e6ba091a 100644
--- a/local.css
+++ b/local.css
@@ -138,10 +138,10 @@ DIV.inlinepage {
}
DIV.inlinepage SPAN.header a {
- font-size: 1em;
+ font-size: 0.9em;
font-weight: normal;
color: darkblue;
- text-transform: capitalize;
+ text-transform: uppercase;
}
DIV.inlinefooter {