summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2018-01-21 08:34:01 +0100
committerYorhel <git@yorhel.nl>2018-01-21 08:34:01 +0100
commitb382189fb692f218516255e2ad3029948c581326 (patch)
tree058365e3230c7e520b63cf54c83c48c467ea3638
parent8031a909891def82ca5a0698d2906257a294ffef (diff)
Hopefully properly fixed the weird system layout on home page
-rw-r--r--www/man.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/man.css b/www/man.css
index 0797b34..3e86d9f 100644
--- a/www/man.css
+++ b/www/man.css
@@ -47,7 +47,7 @@ i.grayedout { color: #aaa; font-size: 13px; }
#about dd { margin: 0 0 0 20px; }
#about ul { padding: 5px 0 5px 30px }
-#systems li { display: block; float: left; width: 300px; min-height: 70px; margin: 20px 10px; padding-left: 60px }
+#systems li { display: block; float: left; width: 300px; min-height: 80px; margin: 15px 10px; padding-left: 60px }
#systems span { display: block; margin-left: -55px; float: left; width: 50px; height: 50px; background-repeat: no-repeat; }
#systems b { font-size: 24px; display: block }