diff options
-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; } |