From 3069657f830a6debe9fbb6b35284e078f8b45547 Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Mon, 22 Oct 2012 15:37:13 +0000 Subject: [PATCH] *** empty log message *** --- cts/htdocs/thresh/styles.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cts/htdocs/thresh/styles.css b/cts/htdocs/thresh/styles.css index f8a3b7f..bdd2c97 100644 --- a/cts/htdocs/thresh/styles.css +++ b/cts/htdocs/thresh/styles.css @@ -103,22 +103,22 @@ div#bar2 div { } table#content td.over { - width:70px; + width:50px; + margin:0 10px; padding-right:10px; border-left: 5px solid #fcc; border-right:5px solid #fcc; - border-radius:40px 40px; - border-spacing:2px; + border-radius:180px 180px; background:#fcc; } table#content td.under { - width:70px; + width:50px; + margin:0 10px; padding-right:10px; border-left: 5px solid #cfc; border-right:5px solid #cfc; - border-radius:40px 40px; - border-spacing:2px; + border-radius:180px 180px; background:#cfc; } -- 2.43.0