From 9db73b2709c8d2b6d9bd72b64ed1a1d34a4e0d12 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Wed, 26 Oct 2016 21:31:47 +0200 Subject: [PATCH] Fix CSS I accidentally removed --- www/man.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/man.css b/www/man.css index e752c73..3a781c4 100644 --- a/www/man.css +++ b/www/man.css @@ -35,6 +35,8 @@ code { font-family: "Lucida Console", Monospace; font-size: 12px; background-col #charselect a:hover, .paginate a:hover { background: #cde; } +#external { list-style-type: none } + i.grayedout { color: #aaa; font-size: 13px; } #about { max-width: 900px }