From 373301bac49f9a49372abc0016287fd35df9574b Mon Sep 17 00:00:00 2001 From: Jan Paul Tuecking Date: Mon, 6 Jul 2009 14:46:09 +0200 Subject: [PATCH] Insert font-size for tables in style sheet to fix size of fonts on links-page --- www/include/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/include/style.css b/www/include/style.css index ac307c08..69706896 100644 --- a/www/include/style.css +++ b/www/include/style.css @@ -373,6 +373,7 @@ table { padding: 0em; width: 980px; max-width: 980px; + font-size: 0.9em; } .post table { width: 900px; -- 2.47.3