From 5316411c13cb485ef12e755f3edd22c15c0f32c2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Oct 2010 19:08:10 +0000 Subject: [PATCH] Minor look change --- htdocs/theme/auguria/style.css.php | 2 +- htdocs/theme/eldy/style.css.php | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 3fb9415b9d2..420c80cc389 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -1035,7 +1035,7 @@ border-left-style: solid; } table.noborder td { -padding: 1px 2px; /* t r b l */ +padding: 1px 2px 0px 1px; /* t r b l */ } table.nobordernopadding { diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 1c16c0208fe..efc8d15013a 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1001,10 +1001,7 @@ border-bottom-width: 1px; border-bottom-color: #BBBBBB; border-bottom-style: solid; -margin-left: 1px; -margin-right: 1px; -margin-bottom: 2px; -margin-top: 0px; +margin: 0px 0px 2px 0px; } table.noborder tr { @@ -1020,7 +1017,7 @@ border-left-style: solid; } table.noborder td { -padding: 1px 2px; /* t r b l */ +padding: 1px 2px 0px 1px; /* t r b l */ } table.nobordernopadding {