diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-02-10 18:04:58 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-03-13 13:55:45 +0000 |
commit | 28b5551c98b6f717e2bb00364dcfb3c62944228a (patch) | |
tree | 2e8cf0e53df26008502f4f13757f7e6b6d9e972d | |
parent | 9dc4cc02c8c3c56e679ccbaad251f63167605794 (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; +} + |