diff mod_http_muc_log/res/http_muc_log.html @ 4198:b1a5c2ee49c4

mod_http_index,muc_log: More CSS tweaks
author Kim Alvefur <zash@zash.se>
date Tue, 13 Oct 2020 18:37:16 +0200
parents a10e27c9a289
children 327c7cacd89f
line wrap: on
line diff
--- a/mod_http_muc_log/res/http_muc_log.html	Mon Oct 12 19:26:33 2020 +0200
+++ b/mod_http_muc_log/res/http_muc_log.html	Tue Oct 13 18:37:16 2020 +0200
@@ -20,7 +20,8 @@
 @media screen and (min-width: 460px) {
 nav {font-size:x-large;margin:1ex 1em;}
 }
-nav a,nav li{padding:1ex}
+nav a{padding:1ex}
+nav li,nav dt{margin:1ex}
 nav .up{font-size:smaller;display:block;clear:both;}
 nav .up::before{content:"↑ ";}
 nav .prev{float:left;}