diff options
-rw-r--r-- | public/stylesheets/print.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/public/stylesheets/print.css b/public/stylesheets/print.css index 43d7a1807..966409774 100644 --- a/public/stylesheets/print.css +++ b/public/stylesheets/print.css @@ -39,4 +39,9 @@ div.correspondence { #other-country-notice { display: none; -}
\ No newline at end of file +} + +.not-for-print { + display: none; +} + |