summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-03-29 19:12:03 +0200
committerSiri Reiter <siri@jones.dk>2009-03-29 19:12:03 +0200
commitd5143ebe001b41fde52dfd9e4cfa36c2ae46a7ba (patch)
treeef005885e016f95c8213f93e55583062ee401c78 /local.css
parenta3f3ac5d3dbc149b300300be20bda21f0b83de52 (diff)
CSS: fun wtih inline pages: Capitalize.
Diffstat (limited to 'local.css')
-rw-r--r--local.css7
1 files changed, 4 insertions, 3 deletions
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 {