diff options
-rw-r--r-- | httemplate/search/elements/search.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/search/elements/search.html b/httemplate/search/elements/search.html index 53aa309c3..92889c5f7 100644 --- a/httemplate/search/elements/search.html +++ b/httemplate/search/elements/search.html @@ -224,8 +224,8 @@ <%= $pager %> <STYLE TYPE="text/css"> .grid table { border: solid; empty-cells: show } - .grid TH { padding-left: 1px; padding-right: 1px; border: 1px solid #dddddd; border-bottom: dashed 1px black; border-right: none } - .grid TD { padding-left: 1px; padding-right: 1px; empty-cells: show; border: 1px solid #cccccc; border-bottom: none; border-right: none } + .grid TH { padding-left: 3px; padding-right: 3px; border: 1px solid #dddddd; border-bottom: dashed 1px black; border-right: none } + .grid TD { padding-left: 3px; padding-right: 3px; empty-cells: show; border: 1px solid #cccccc; border-bottom: none; border-right: none } </STYLE> <TABLE CLASS="grid" CELLSPACING=0 CELLPADDING=0 BORDER=1 BORDERCOLOR="#000000" STYLE="border: solid 1px black; empty-cells: show"> <TR> |