diff options
Diffstat (limited to 'app/stylesheets/print/writing.styl')
| -rw-r--r-- | app/stylesheets/print/writing.styl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/stylesheets/print/writing.styl b/app/stylesheets/print/writing.styl new file mode 100644 index 0000000..2f36735 --- /dev/null +++ b/app/stylesheets/print/writing.styl @@ -0,0 +1,12 @@ +.writing { + page-break-inside: avoid +} + +.writing__header { +} + +.writing__title { +} + +.writing__content { +} |
