# HG changeset patch # User Kim Alvefur # Date 1570978557 -7200 # Node ID 4c7d275421616a7884034a01edd9aa004c76b22d # Parent 3db27b8f1cb03beddd651fa96cd535bca90d64fa mod_http_muc_log: Add add an arrow to upwards navigation links (like on next/prev) diff -r 3db27b8f1cb0 -r 4c7d27542161 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:" →";}