From bf895af8f710056da6d9e4bcf8e30d23d4ef32c0 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Mon, 21 Feb 2011 10:00:08 +0000 Subject: [PATCH] Docs/cosmetic: fix td/th border style in Firefox [SVN r69117] --- doc/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/style.css b/doc/style.css index a49fb87..4de2787 100644 --- a/doc/style.css +++ b/doc/style.css @@ -644,6 +644,7 @@ td, table.table th { + border: solid 1px #c7c7c7; vertical-align: top; }