mod_http_muc_log: Add add an arrow to upwards navigation links (like on next/prev)
authorKim Alvefur <zash@zash.se>
Sun, 13 Oct 2019 16:55:57 +0200
changeset 3721 4c7d27542161
parent 3720 3db27b8f1cb0
child 3722 cc6f7e2e4a59
mod_http_muc_log: Add add an arrow to upwards navigation links (like on next/prev)
mod_http_muc_log/http_muc_log.html
--- a/mod_http_muc_log/http_muc_log.html	Sun Oct 13 16:24:16 2019 +0200
+++ b/mod_http_muc_log/http_muc_log.html	Sun Oct 13 16:55:57 2019 +0200
@@ -22,6 +22,7 @@
 }
 nav a{padding: 1ex;}
 nav .up{font-size:smaller;display:block;clear:both;}
+nav .up::before{content:"↑ ";}
 nav .prev{float:left;}
 nav .next{float:right;}
 nav .next::after{content:" →";}