Styling: let's not over-abuse the external-link icon

This commit is contained in:
Yorhel 2024-01-10 17:13:31 +01:00
parent 4fd2373576
commit 19fd103246
2 changed files with 29 additions and 27 deletions

View file

@ -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 }