diff options
author | Carlos Goce <carlosgoce@gmail.com> | 2015-01-23 21:29:21 +0100 |
---|---|---|
committer | Carlos Goce <carlosgoce@gmail.com> | 2015-01-23 21:29:21 +0100 |
commit | 9907cf572bb79e0c2a02c979ca3dc2aaeeb9b241 (patch) | |
tree | caacb11ca7844d13fb7e781b9ca5f0b0db1c41da /lib/carlosgoce | |
parent | 6ab00a2f4434d462a54e8169103e898646930e65 (diff) | |
download | pdf-calendars-9907cf572bb79e0c2a02c979ca3dc2aaeeb9b241.tar.gz pdf-calendars-9907cf572bb79e0c2a02c979ca3dc2aaeeb9b241.tar.bz2 pdf-calendars-9907cf572bb79e0c2a02c979ca3dc2aaeeb9b241.zip |
Remove all borders from table
Diffstat (limited to 'lib/carlosgoce')
-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 |