From 3bbe6a77dabfe25a5bd14057c95b8957b42831f1 Mon Sep 17 00:00:00 2001 From: michitux Date: Tue, 12 Sep 2006 21:41:16 +0000 Subject: [PATCH] Smaller font-size for tables in PerformanceQueues_p.html and PerformanceMemory_p.html git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2560 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/env/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htroot/env/base.css b/htroot/env/base.css index 40f39c006..c74a44ff1 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -352,7 +352,7 @@ body#help dt { font-weight:bold; } -table.networkTable { +table.networkTable, body#PerformanceQueues table, body#PerformanceQueues table input, body#PerformanceMemory table, body#PerformanceMemory table input { font-size:90%; }