summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2005-04-10 10:16:04 +0000
committerivan <ivan>2005-04-10 10:16:04 +0000
commitf90fc72eeca928fe24b1e1629e8f4ad6d4663c55 (patch)
treeb585bdb2ba0839943bb2a2976fc8c143c33b5fb7
parent8d6913fe18cc0a6826ea3cdbb401f3deac0c8243 (diff)
add some left and right padding so cells don't run into each other so badly
-rw-r--r--httemplate/search/elements/search.html4
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>