diff options
Diffstat (limited to 'lib/carlosgoce/layout')
-rw-r--r-- | lib/carlosgoce/layout/layouts.rb | 3 |
1 files changed, 2 insertions, 1 deletions
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 |