diff options
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -130,4 +130,19 @@ DIV#content IMG { clear: both; float: right; padding: 10px 20px; -}
\ No newline at end of file +} +DIV.inlinepage { + border: 1px; + padding: 1em 0; + color: white; +} + +DIV.inlinepage SPAN.header a { + font-size: 1em; + font-weight: normal; + color: #990; +} + +DIV.inlinefooter { + display: none; +} |