From: x2003bruneau Date: Wed, 12 Jul 2006 08:47:14 +0000 (+0000) Subject: Make links visible in table headers X-Git-Tag: xorg/0.9.11~449 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=b00355c8fb4ec7407818305f973f7426422b8e20;p=platal.git Make links visible in table headers git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@451 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/htdocs/css/trapped.css b/htdocs/css/trapped.css index 2c88ae0..d6bbecb 100644 --- a/htdocs/css/trapped.css +++ b/htdocs/css/trapped.css @@ -88,6 +88,20 @@ table.tinybicol th, table.bicol th { background-color: #291602; } +table.tinybicol th a:link, +table.tinybicol th a:visited, +table.tinybicol th a:active, +table.bicol th a:link, +table.bicol th a:visited, +table.bicol th a:active { + color: #eeeeee; +} + +table tinybicol th a:hover, +table.bicol th a:hover { + color: #e2d9c2; +} + table.tinybicol td, table.bicol td { color: #000000; } table