* adjust the padding of td.

This commit is contained in:
wangchunsheng
2011-02-20 02:16:32 +00:00
parent eb6302474e
commit 3446eec9a9
+1 -1
View File
@@ -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;}