1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-19 08:41:28 +00:00

Tweaking the a4 page height

This commit is contained in:
Scott Tolksdorf
2016-05-14 15:17:34 -04:00
parent a81967884d
commit 451bbfc915
2 changed files with 3 additions and 1 deletions

View File

@@ -151,7 +151,7 @@ module.exports = [
gen : ['<style>', gen : ['<style>',
' .phb{', ' .phb{',
' width : 210mm;', ' width : 210mm;',
' height : 297mm;', ' height : 296.8mm;',
' }', ' }',
'</style>' '</style>'
].join('\n') ].join('\n')

View File

@@ -34,6 +34,8 @@ X Fix title saving
X Style the snippet groups X Style the snippet groups
- Update changelog - Update changelog
- fixed multiline lists (u/Zagorath)
## v2.1.0 ## v2.1.0
- Add stats nav item - Add stats nav item
- Add a "Hotness" indicator based on the number of views - Add a "Hotness" indicator based on the number of views