diff options
author | Noah Loomans <noahloomans@gmail.com> | 2017-01-27 16:10:56 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2017-01-27 16:10:56 +0100 |
commit | a3aba8bb9fde8c4851ef8af46f571e64995be3cc (patch) | |
tree | 87d87417e3cf20bb79d0987710aa0355e2f72551 /public/stylesheets/style.css | |
parent | 696f15f0994533793d3ad7b534ff1555db2a392e (diff) |
Fix print support
Signed-off-by: Noah Loomans <noahloomans@gmail.com>
Diffstat (limited to 'public/stylesheets/style.css')
-rw-r--r-- | public/stylesheets/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3dc309d..fd2bfb8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -376,4 +376,8 @@ body.week-selector-not-visible #search { body.week-selector-not-visible #week-selector { box-shadow: inherit; -}
\ No newline at end of file +} + +.print { + display: none; +} |