From f512524cc6de6d2a67fe91e9e92c21dfb4942ce8 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Mon, 26 Oct 2015 08:23:35 +0100 Subject: [PATCH] better fiverank table css --- web/room.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/room.css b/web/room.css index 685e3b1..1ccf090 100644 --- a/web/room.css +++ b/web/room.css @@ -514,6 +514,7 @@ table.info td { table.info table.fiverank { border-collapse: collapse; + margin: auto; } table.info table.fiverank td { @@ -521,6 +522,7 @@ table.info table.fiverank td { padding: 0px 0px 0px 0px; text-align: center; vertical-align: middle; + width: 20%; } table.info table.fiverank td.c1t { -- 2.17.1