summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2016-10-26 21:31:47 +0200
committerYorhel <git@yorhel.nl>2016-10-26 21:31:47 +0200
commit9db73b2709c8d2b6d9bd72b64ed1a1d34a4e0d12 (patch)
tree1ba2375bb88b7820ad240a66e1d934d573751e7d /www
parent863fae24760084c310351f80cea52e8afeb35b97 (diff)
Fix CSS I accidentally removed
Diffstat (limited to 'www')
-rw-r--r--www/man.css2
1 files changed, 2 insertions, 0 deletions
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 }