From b6b84f43c9f7b18b4eec765ab748e3bc968ec912 Mon Sep 17 00:00:00 2001 From: oetiker Date: Mon, 26 Jan 2009 05:59:14 +0000 Subject: [PATCH] fix css to not mutilate trac layout git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3@1746 a5681a0c-68f1-0310-ab6d-d61299d08faa --- website/inc/design.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/inc/design.css b/website/inc/design.css index 84decab3..446405a1 100644 --- a/website/inc/design.css +++ b/website/inc/design.css @@ -21,7 +21,7 @@ table#frame { text-align: left; } -table#frame td { +table#frame > tr > td { vertical-align: top; margin: 0px; padding: 0px; -- 2.30.2