From 9907cf572bb79e0c2a02c979ca3dc2aaeeb9b241 Mon Sep 17 00:00:00 2001 From: Carlos Goce Date: Fri, 23 Jan 2015 21:29:21 +0100 Subject: Remove all borders from table --- lib/carlosgoce/layout/layouts.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/carlosgoce/layout/layouts.rb b/lib/carlosgoce/layout/layouts.rb index f9594ca..2382573 100644 --- a/lib/carlosgoce/layout/layouts.rb +++ b/lib/carlosgoce/layout/layouts.rb @@ -21,7 +21,8 @@ module CarlosGoce table( tables.each_slice(3).to_a, - :cell_style => {:align => :center, :padding => [5, 5, 5, 5]} + cell_style: {align: :center, padding: [5, 5, 5, 5], + border_width: 0} ) end end -- cgit v1.2.3