diff --git a/debian/changelog b/debian/changelog index fb06bb26..70cfb26c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.240-deb8) stable; urgency=low +hedera-web (1.241-deb8) stable; urgency=low * Initial Release. diff --git a/web/js/hedera/opensans.ttf b/web/js/hedera/opensans.ttf new file mode 100755 index 00000000..db433349 Binary files /dev/null and b/web/js/hedera/opensans.ttf differ diff --git a/web/js/hedera/report.css b/web/js/hedera/report.css index 9f33ac9d..dac7c6ca 100755 --- a/web/js/hedera/report.css +++ b/web/js/hedera/report.css @@ -33,7 +33,7 @@ background-color: white; margin: 10mm auto; box-shadow: 0 1mm 1mm #CCC; - padding: 15mm; + padding: 20mm; } .print-button { @@ -56,7 +56,7 @@ } * { - font-family: 'Droid Sans', 'Sans'; + font-family: 'Open Sans'; } body { diff --git a/web/reports/shelves/style.css b/web/reports/shelves/style.css index 0b331b89..740cdb2a 100644 --- a/web/reports/shelves/style.css +++ b/web/reports/shelves/style.css @@ -12,13 +12,14 @@ h1 } h2.subtitle { - margin: 3mm 0; + margin: 0; font-size: 500%; font-weight: normal; color: #333; } h1.page-number { + padding-left: 4mm; float: right; text-align: right; } @@ -26,8 +27,7 @@ h1.page-number { position: relative; margin: 0 auto; - top: 50%; - margin-top: -120mm; + padding-top: 10mm; } .edge, .tray