mod_http_muc_log: Fix alignment of month-tables (Thanks March)
authorKim Alvefur <zash@zash.se>
Mon, 02 Mar 2015 16:14:38 +0100
changeset 1625 738e9874a374
parent 1624 754d97ba333d
child 1626 b59812aaabad
mod_http_muc_log: Fix alignment of month-tables (Thanks March)
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}