diff options
author | Siri Reiter <siri@jones.dk> | 2011-04-16 18:28:00 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2011-04-16 18:28:00 +0200 |
commit | 9275e6caf9fb911e59e3f90f1ce31ad640a31202 (patch) | |
tree | 4489c366c58959e5e19cdea580c2e32d2708126e | |
parent | d5a14ac7fce3c8d3647f06cc73136b18ab473273 (diff) |
Style: Inline page: Fix padding (add colon to CSS-code) and set header to normal font-weight.
-rw-r--r-- | local.css | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -106,12 +106,16 @@ DIV#content IMG { DIV.inlinepage { border: 0; - padding 1em 0; + padding: 1em 0; min-height: 100px; clear: both; overflow: visible; } +DIV.inlineheader A { + font-weight: normal; +} + DIV.inlinepage .tags { display: none; } |