diff --git a/www/theme/default/style.css b/www/theme/default/style.css index d807f5427d..2c26857103 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -106,6 +106,7 @@ ins{background:#cfc; text-decoration:none} /*-----------------------TABLE SETTING----------------------------*/ table {border:1px solid #e4e4e4;} td, tr, th {border:none; border-bottom:1px solid #e4e4e4} +tfoot {border-top:1px solid #e4e4e4} 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;}