From a86c82cd007cd9a3e5197a8d9ca9bb055c4dbb5c Mon Sep 17 00:00:00 2001 From: Jan Paul Tuecking Date: Mon, 6 Jul 2009 14:55:55 +0200 Subject: [PATCH] Moved font-size form table to post table to fix links-page table (wrong font-size with eg. Safari) --- www/include/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/include/style.css b/www/include/style.css index 69706896..225356bc 100644 --- a/www/include/style.css +++ b/www/include/style.css @@ -373,11 +373,11 @@ table { padding: 0em; width: 980px; max-width: 980px; - font-size: 0.9em; } .post table { width: 900px; max-width: 900px; + font-size: 0.9em; } #sh-tl { background: url(/images/sh-tl.png) no-repeat right bottom; -- 2.47.3