diff options
-rw-r--r-- | local.css | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -156,6 +156,16 @@ DIV.notebox p { text-align: center; } +DIV.inlinepage { + border: 0; + padding: 0; + min-height: 180px; +} + +DIV.inlinefooter { + display: none; +} + div#footer{ width:100% } |