# HG changeset patch # User Kim Alvefur # Date 1425309278 -3600 # Node ID 738e9874a374992643a37db6c35fbe889f756e6e # Parent 754d97ba333d05eb6bab76294c56d12cce532499 mod_http_muc_log: Fix alignment of month-tables (Thanks March) diff -r 754d97ba333d -r 738e9874a374 mod_http_muc_log/http_muc_log.html --- 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}