diff options
author | Siri Reiter <siri@jones.dk> | 2009-03-29 19:14:59 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-03-29 19:14:59 +0200 |
commit | 5477cc92f48dd4d7875583edcc5ba7f9a4202fb2 (patch) | |
tree | 57c903fdb488ba1358b452ca0038028c6478d194 | |
parent | d5143ebe001b41fde52dfd9e4cfa36c2ae46a7ba (diff) |
CSS: fun wtih inline pages: uppercase.
-rw-r--r-- | local.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |