From 33f5dcf34fd375bc95f5e8c1f9093640cdfb94cb Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Tue, 26 Jun 2018 10:16:16 +1000 Subject: [PATCH] change style --- booking.helper.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking.helper.inc b/booking.helper.inc index 1590afc..d706cde 100644 --- a/booking.helper.inc +++ b/booking.helper.inc @@ -1611,7 +1611,7 @@ function _booking_readinggroup_email_listing($node) { global $event; $rows = array(); $header = array("First Name", "Last Name", "Phone Number"); - $attributes = array("style" => "border-spacing: 10px 0;"); + $attributes = array("style" => "border-collapse: separate; border-spacing: 20px 0;"); //display study session data if enabled if (variable_get('booking_enable_studygroups', 0) == 0) {