From 4f374695916685e30e71de3477ca3105cf0251e1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 27 Jul 2009 21:59:27 +0200 Subject: [PATCH] Finally, fixed the table layout. --- www/include/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/include/style.css b/www/include/style.css index 2bfced4d..7334d65c 100644 --- a/www/include/style.css +++ b/www/include/style.css @@ -438,19 +438,19 @@ table { text-align: left; } #nodes th.hostname { - width: 39%; + width: 40%; } #nodes th.arch { width: 8%; } #nodes th.jobs { - width: 8%; + width: 24%; } #nodes th.speed { - width: 25%; + width: 10%; } #nodes th.load { - width: 20%; + width: 18%; } /* Builds */ -- 2.47.3