From b543bee7d9a9153db207fd7ba36f643b6a903a9d Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Mon, 22 Oct 2012 15:06:02 +0000 Subject: [PATCH] *** empty log message *** --- cts/htdocs/thresh/styles.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cts/htdocs/thresh/styles.css b/cts/htdocs/thresh/styles.css index bb20999..33aca6d 100644 --- a/cts/htdocs/thresh/styles.css +++ b/cts/htdocs/thresh/styles.css @@ -103,18 +103,17 @@ div#bar2 div { } table#content td.over { -/* border-collapse:separate; */ - border-right:5px solid #faa; - border-left: 5px solid #faa; width:70px; padding-right:10px; + border-left: 5px solid #faa; + border-right:5px solid #faa; border-radius:40px 40px; border-spacing:2px; background:#faa; + opacity:0.8; } table#content td.under { -/* border-collapse:separate; */ width:70px; padding-right:10px; border-left: 5px solid #afa; @@ -122,6 +121,7 @@ table#content td.under { border-radius:40px 40px; border-spacing:2px; background:#afa; + opacity:0.8; } -- 2.43.0