From 7740725cb37c6199cc62ed9662efbfbf6a0e5c50 Mon Sep 17 00:00:00 2001 From: Magnus Manske Date: Wed, 17 Sep 2003 09:04:09 +0000 Subject: [PATCH] enhancement for table display in opera --- stylesheets/wikistandard.css | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/wikistandard.css b/stylesheets/wikistandard.css index ac3ff0f145..14e3b813a3 100644 --- a/stylesheets/wikistandard.css +++ b/stylesheets/wikistandard.css @@ -26,6 +26,7 @@ h6 { font-size: 95%; } hr.sep { color:gray;height:1px;background-color:gray;} p.subpages { font-size:small;} p.subtitle { padding-top: 0; margin-top: 0;} +td { empty-cells:show; } td.bottom { border-top: 1px solid gray; } td.top { border-bottom: 1px solid gray; } /* images */ -- 2.20.1