summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'theme/stylesheets')
-rw-r--r--theme/stylesheets/print.less10
1 files changed, 10 insertions, 0 deletions
diff --git a/theme/stylesheets/print.less b/theme/stylesheets/print.less
index 5a4d06f..ca2dc3f 100644
--- a/theme/stylesheets/print.less
+++ b/theme/stylesheets/print.less
@@ -7,4 +7,14 @@ body {
@page {
margin: 1.5cm;
+}
+
+section {
+ page-break-after: always;
+
+ article {
+ &:after {
+ border-bottom: 1px solid #ccc;
+ }
+ }
} \ No newline at end of file