diff options
author | Siri Reiter <siri@jones.dk> | 2010-09-09 01:01:56 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-09-09 01:01:56 +0200 |
commit | 57b0d8495c2116f6ff3d0f091f9eb1f16635a5da (patch) | |
tree | bb9ba0375701c60d9d2c2378b95bf6a3ae61eaab /local.css | |
parent | 9d315db061e7831c12f15f4fe592bfe7b1f628a7 (diff) |
Style: Inline pages similiar to Friis-Holm.
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -98,6 +98,21 @@ DIV#content IMG { margin: 0 25px 25px -250px; } +DIV.inlinepage { + border: 0; + padding 1em 0; + min-height: 100px; + clear: both; +} + +DIV.inlineposttext { + clear: both; +} + +DIV.inlinefooter { + display: none; +} + DIV.tags { display: none; } |