From: Chris Sharp Date: Wed, 8 Mar 2017 13:27:05 +0000 (-0500) Subject: Increase padding in result cells. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=42ea34645d8f2fb47bf444bfb4376f5ae3268dcf;p=evergreen%2Fpines.git Increase padding in result cells. --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 6aea487b94..6d17ddc628 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -990,7 +990,7 @@ collapse correctly when the window width decreases */ } .table_no_border_space { - border-spacing: 0px; + border-spacing: 8px; } .table_no_cell_pad td { padding: 0px;