From: Jan Paul Tuecking Date: Wed, 22 Jul 2009 15:49:16 +0000 (+0200) Subject: Fixed font size in nodes table. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d704dac64da49448fa3e7c11ea5f0ecabdb5de0;p=ipfire.org.git Fixed font size in nodes table. --- 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;