aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorCarlos Goce <carlosgoce@gmail.com>2015-01-23 21:29:21 +0100
committerCarlos Goce <carlosgoce@gmail.com>2015-01-23 21:29:21 +0100
commit9907cf572bb79e0c2a02c979ca3dc2aaeeb9b241 (patch)
treecaacb11ca7844d13fb7e781b9ca5f0b0db1c41da /lib
parent6ab00a2f4434d462a54e8169103e898646930e65 (diff)
downloadpdf-calendars-9907cf572bb79e0c2a02c979ca3dc2aaeeb9b241.tar.gz
pdf-calendars-9907cf572bb79e0c2a02c979ca3dc2aaeeb9b241.tar.bz2
pdf-calendars-9907cf572bb79e0c2a02c979ca3dc2aaeeb9b241.zip
Remove all borders from table
Diffstat (limited to 'lib')
-rw-r--r--lib/carlosgoce/layout/layouts.rb3
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