Mercurial > prosody-modules
comparison mod_http_muc_log/res/http_muc_log.html @ 4195:796c0eef888c
mod_http_index, mod_http_muc_log: Tweak navigation element margins
CSS, how does it work?!?
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 12 Oct 2020 19:16:46 +0200 |
parents | 1890115b2773 |
children | a10e27c9a289 |
comparison
equal
deleted
inserted
replaced
4194:13bcdfd9c714 | 4195:796c0eef888c |
---|---|
18 nav{font-size:large;margin:1ex 1ex;clear:both;line-height:1.5em;} | 18 nav{font-size:large;margin:1ex 1ex;clear:both;line-height:1.5em;} |
19 footer nav .up{display:none;} | 19 footer nav .up{display:none;} |
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;margin: 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 .up::before{content:"↑ ";} |
26 nav .prev{float:left;} | 26 nav .prev{float:left;} |
27 nav .next{float:right;} | 27 nav .next{float:right;} |
28 nav .next::after{content:" →";} | 28 nav .next::after{content:" →";} |