comparison mod_http_muc_log/http_muc_log.html @ 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 3db27b8f1cb0
children cc6f7e2e4a59
comparison
equal deleted inserted replaced
3716:3db27b8f1cb0 3717:4c7d27542161
20 @media screen and (min-width: 460px) { 20 @media screen and (min-width: 460px) {
21 nav {font-size:x-large;margin:1ex 1em;} 21 nav {font-size:x-large;margin:1ex 1em;}
22 } 22 }
23 nav a{padding: 1ex;} 23 nav a{padding: 1ex;}
24 nav .up{font-size:smaller;display:block;clear:both;} 24 nav .up{font-size:smaller;display:block;clear:both;}
25 nav .up::before{content:"↑ ";}
25 nav .prev{float:left;} 26 nav .prev{float:left;}
26 nav .next{float:right;} 27 nav .next{float:right;}
27 nav .next::after{content:" →";} 28 nav .next::after{content:" →";}
28 nav .prev::before{content:"← ";} 29 nav .prev::before{content:"← ";}
29 nav :empty::after,nav :empty::before{content:""} 30 nav :empty::after,nav :empty::before{content:""}