From 25eea22a3fd8ac8c835f936dc4a43ff052a11171 Mon Sep 17 00:00:00 2001 From: "Pierre Habouzit (MadCoder" Date: Thu, 28 Apr 2005 15:25:38 +0000 Subject: [PATCH] hmm, konqueror sucks, or maybe it's me git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-610 --- htdocs.net/css/xnet.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs.net/css/xnet.css b/htdocs.net/css/xnet.css index 32ec87c..911a4c2 100644 --- a/htdocs.net/css/xnet.css +++ b/htdocs.net/css/xnet.css @@ -174,7 +174,6 @@ table td.titre { table.tiny, table.tinybicol { width: 70%; margin-left: 15%; border: 2px solid gray; } table.large, table.bicol { width: 96%; margin-left: 2%; border: 2px solid gray; } -table.normal td { border: none; } table.tiny td, table.tinybicol td, table.large td, table.bicol td { border: 1px solid gray; @@ -187,6 +186,8 @@ table.tiny th, table.tinybicol th, table.large th, table.bicol th { padding: 2px; } +table.normal td { border: none; } + th { background: #d0c198; } /*************************************************************************** -- 2.1.4