From 72cad6d785823853f9cc7bfb8d565b7d5aa557d7 Mon Sep 17 00:00:00 2001 From: carmie Date: Mon, 19 Jan 2009 01:33:32 +0000 Subject: [PATCH] git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/branches/test@3391 92316355-f0b4-4df1-b90c-862c8a59935f --- trac/htdocs/main.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/trac/htdocs/main.css b/trac/htdocs/main.css index 4b5e61e..74489a8 100644 --- a/trac/htdocs/main.css +++ b/trac/htdocs/main.css @@ -66,6 +66,10 @@ table, table.listing { -moz-border-radius: 5px; -webkit-border-radius: 5px; } +table, thead { + -moz-border-radius-topleft: 5px; + -webkit-border-radius-topright: 5px; +} fieldset { background: #88AA77; border-color: #290c00; @@ -78,12 +82,10 @@ legend { background: #fff; opacity: 0.7; } -th { +thead { background: #88AA77; color: #fff; font-weight: bold; - -moz-border-radius-topleft: 5px; - -webkit-border-radius-topright: 5px; } th a { color: #290c00;