From 3d704dac64da49448fa3e7c11ea5f0ecabdb5de0 Mon Sep 17 00:00:00 2001 From: Jan Paul Tuecking Date: Wed, 22 Jul 2009 17:49:16 +0200 Subject: [PATCH] Fixed font size in nodes table. --- www/include/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/include/style.css b/www/include/style.css index 62feaf6c..8ec192c5 100644 --- a/www/include/style.css +++ b/www/include/style.css @@ -429,7 +429,8 @@ table { } #nodes { - width: 720px; + width: 100%; + font-size: 0.9em; } #nodes th, #nodes td { text-align: left; -- 2.47.3