diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-02-10 18:04:58 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-02-10 18:04:58 +0000 |
commit | b53ebe81078c86375d515ea70d28b7672c0e4ddc (patch) | |
tree | 2e8cf0e53df26008502f4f13757f7e6b6d9e972d | |
parent | bb0baf4cd982ffb46e7876d6218508fc43cc9655 (diff) |
Generic class for hiding things from print
-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; +} + |