From 8b757a66ab8008243fed9a2078b36cca662a61ba Mon Sep 17 00:00:00 2001 From: Catouse Date: Fri, 25 Oct 2013 13:08:03 +0800 Subject: [PATCH] * reduce table cell padding. --- www/theme/default/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www/theme/default/style.css b/www/theme/default/style.css index f3333c22d5..2fe7b307a1 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -282,9 +282,8 @@ caption {border:1px solid #e4e4e4; background:#edf3fe; margin:0; padding:6px 2p .table-5 {width:600px;margin-bottom:10px} .table-6 {width:800px;margin-bottom:10px} -/*.table-1 tr, .table-2 tr, .table-3 tr, .table-4 tr, .table-5 tr {padding:4px 3px}*/ -.table-1 td, .table-2 td, .table-3 td, .table-4 td, .table-5 td {padding:8px} -.table-1 th, .table-2 th, .table-3 th, .table-4 th, .table-5 th {padding:8px} +.table-1 td, .table-2 td, .table-3 td, .table-4 td, .table-5 td {padding:8px 4px} +.table-1 th, .table-2 th, .table-3 th, .table-4 th, .table-5 th {padding:8px 4px} .side table td,.side table th{padding: 2px 4px;} .colhead td {text-align:center; background-color:#efefef;}