diff options
-rw-r--r-- | local.css | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 { |