Software /
code /
prosody-modules
Changeset
1621:738e9874a374
mod_http_muc_log: Fix alignment of month-tables (Thanks March)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 02 Mar 2015 16:14:38 +0100 |
parents | 1620:754d97ba333d |
children | 1622:b59812aaabad |
files | mod_http_muc_log/http_muc_log.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_http_muc_log/http_muc_log.html Fri Feb 27 16:42:36 2015 +0000 +++ b/mod_http_muc_log/http_muc_log.html Mon Mar 02 16:14:38 2015 +0100 @@ -26,7 +26,7 @@ nav .next::after{content:" →";} nav .prev::before{content:"← ";} nav :empty::after,nav :empty::before{content:""} -table{display:inline-block; margin:1ex 1em;} +table{display:inline-block; margin:1ex 1em;vertical-align:top;} th{font-size:x-small} td{text-align:right;color:#bababa;padding:.5ex} td a{padding:0}