Software /
code /
prosody-modules
Changeset
1557:876af57a3983
mod_http_muc_log: Fix header margin
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 09 Nov 2014 08:41:36 +0100 |
parents | 1556:0b80a02c2e3d |
children | 1558:4e5d307c96d2 |
files | mod_http_muc_log/mod_http_muc_log.lua |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_http_muc_log/mod_http_muc_log.lua Sun Nov 09 08:40:05 2014 +0100 +++ b/mod_http_muc_log/mod_http_muc_log.lua Sun Nov 09 08:41:36 2014 +0100 @@ -60,7 +60,8 @@ <title>{title}</title> <style> body{background-color:#eeeeec;margin:1ex 0;padding-bottom:3em;font-family:Arial,Helvetica,sans-serif;} -header,footer{margin:1ex 1em;font-size:smaller;color:#babdb6;} +header,footer{margin:1ex 1em;} +footer{font-size:smaller;color:#babdb6;} .content{background-color:white;padding:1em;list-style-position:inside;} nav{font-size:x-large;margin:1ex 2em;} nav a{text-decoration:none;} @@ -80,8 +81,8 @@ </style> </head> <body> +<header> <h1>{title}</h1> -<header> {header!} </header> <hr>