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=43468a248a7bf27e7889a14d9718c0f3d92954a4;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 25185ceab3..82ef9a2083 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -982,7 +982,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;