From 19fd103246879c7ecaca98246eb1ee3df88c677d Mon Sep 17 00:00:00 2001 From: Yorhel Date: Wed, 10 Jan 2024 17:13:31 +0100 Subject: [PATCH] Styling: let's not over-abuse the external-link icon --- pub/style.css | 4 +++- template.html | 52 +++++++++++++++++++++++++-------------------------- 2 files changed, 29 insertions(+), 27 deletions(-) diff --git a/pub/style.css b/pub/style.css index 4afdb75..5e2b1f2 100644 --- a/pub/style.css +++ b/pub/style.css @@ -20,7 +20,9 @@ header li li { margin-top: 6px; margin-bottom: 0 } header li li a { width: 100% } header li a.tiny { font-size: 11px } header li a.small { font-size: 10px } -header li a.special:after { content: url(/img/external.gif) } +header li a.external:after { content: url(/img/external.gif) } +header li a.fwd:after { content: ' »' } +header li a.back:before { content: '« ' } header p { margin: 50px 0 0 0; text-align: center } header p, header p * { font-size: 9px; text-decoration: none; line-height: 1.8em } header p a:hover { text-decoration: underline } diff --git a/template.html b/template.html index 2eef50e..f281169 100644 --- a/template.html +++ b/template.html @@ -3,7 +3,7 @@ - +