Mercurial > prosody-modules
comparison mod_http_muc_log/mod_http_muc_log.lua @ 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 | 0b80a02c2e3d |
children | 4e5d307c96d2 |
comparison
equal
deleted
inserted
replaced
1556:0b80a02c2e3d | 1557:876af57a3983 |
---|---|
58 <head> | 58 <head> |
59 <meta charset="utf-8"> | 59 <meta charset="utf-8"> |
60 <title>{title}</title> | 60 <title>{title}</title> |
61 <style> | 61 <style> |
62 body{background-color:#eeeeec;margin:1ex 0;padding-bottom:3em;font-family:Arial,Helvetica,sans-serif;} | 62 body{background-color:#eeeeec;margin:1ex 0;padding-bottom:3em;font-family:Arial,Helvetica,sans-serif;} |
63 header,footer{margin:1ex 1em;font-size:smaller;color:#babdb6;} | 63 header,footer{margin:1ex 1em;} |
64 footer{font-size:smaller;color:#babdb6;} | |
64 .content{background-color:white;padding:1em;list-style-position:inside;} | 65 .content{background-color:white;padding:1em;list-style-position:inside;} |
65 nav{font-size:x-large;margin:1ex 2em;} | 66 nav{font-size:x-large;margin:1ex 2em;} |
66 nav a{text-decoration:none;} | 67 nav a{text-decoration:none;} |
67 nav a.up{font-size:smaller;} | 68 nav a.up{font-size:smaller;} |
68 nav a.next{float:right;} | 69 nav a.next{float:right;} |
78 .presence .verb{font-style:normal;color:#30c030;} | 79 .presence .verb{font-style:normal;color:#30c030;} |
79 .presence.unavailable .verb{color:#c03030;} | 80 .presence.unavailable .verb{color:#c03030;} |
80 </style> | 81 </style> |
81 </head> | 82 </head> |
82 <body> | 83 <body> |
84 <header> | |
83 <h1>{title}</h1> | 85 <h1>{title}</h1> |
84 <header> | |
85 {header!} | 86 {header!} |
86 </header> | 87 </header> |
87 <hr> | 88 <hr> |
88 <div class="content"> | 89 <div class="content"> |
89 {body!} | 90 {body!} |