diff options
author | Carlos Goce <carlosgoce@gmail.com> | 2015-01-26 00:46:06 +0100 |
---|---|---|
committer | Carlos Goce <carlosgoce@gmail.com> | 2015-01-26 00:46:06 +0100 |
commit | d6baa769128cca9df6ed9144f4dc6b8a44f41b59 (patch) | |
tree | fa065638681b406b99adb43806c338eef34c5ad2 /lib | |
parent | 57a98ebe63f5936b490f89d4b96f1747dd9bc24f (diff) | |
download | pdf-calendars-d6baa769128cca9df6ed9144f4dc6b8a44f41b59.tar.gz pdf-calendars-d6baa769128cca9df6ed9144f4dc6b8a44f41b59.tar.bz2 pdf-calendars-d6baa769128cca9df6ed9144f4dc6b8a44f41b59.zip |
Improve design
Diffstat (limited to 'lib')
-rw-r--r-- | lib/carlosgoce/layout/layouts.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/carlosgoce/layout/layouts.rb b/lib/carlosgoce/layout/layouts.rb index f4e6e13..5ddb471 100644 --- a/lib/carlosgoce/layout/layouts.rb +++ b/lib/carlosgoce/layout/layouts.rb @@ -20,7 +20,7 @@ module CarlosGoce tables << make_table(cells, cell_style: { - width: 20, align: :center, size: 7, border_width: 0, + width: 15, height: 12, align: :center, size: 7, border_width: 0, padding: 0 }) end |