]> git.ipfire.org Git - ipfire.org.git/commitdiff
Fixed font size in nodes table.
authorJan Paul Tuecking <earl@ipfire.org>
Wed, 22 Jul 2009 15:49:16 +0000 (17:49 +0200)
committerJan Paul Tuecking <earl@ipfire.org>
Wed, 22 Jul 2009 15:49:16 +0000 (17:49 +0200)
www/include/style.css

index 62feaf6c31e3c2d4e82399be8cfb2df66a9a1c47..8ec192c545a768c87d59262f9631e313a6bdd87d 100644 (file)
@@ -429,7 +429,8 @@ table {
 }
 
 #nodes {
-  width: 720px;
+  width: 100%;
+  font-size: 0.9em;
 }
 #nodes th, #nodes td {
   text-align: left;