diff --git a/www/theme/default/style.css b/www/theme/default/style.css index d7fab86e99..00c8729212 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -79,7 +79,7 @@ ins{background:#cfc; text-decoration:none} /*-----------------------TABLE SETTING----------------------------*/ table {border:1px solid #e4e4e4;} td, tr, th {border:none; border-bottom:1px solid #e4e4e4} -tr, th, td {padding:3px 3px 3px 3px} +tr, th, td {padding:3px 3px 2px 3px} caption {border:1px solid #e4e4e4; background:#efefef; margin:0; padding:2px 2px 2px 10px; border-bottom:none; text-align:left; font-weight:bold; font-size:14px;} .caption-tr {caption-side:top; text-align:right; border:none; background:none;}