Software /
code /
prosody-modules
Changeset
3717:4c7d27542161
mod_http_muc_log: Add add an arrow to upwards navigation links (like on next/prev)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 13 Oct 2019 16:55:57 +0200 |
parents | 3716:3db27b8f1cb0 |
children | 3718:cc6f7e2e4a59 |
files | mod_http_muc_log/http_muc_log.html |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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:" →";}