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:13:54 +0000 |
commit | 4a5fb12c4d4fd02daf1b7f3539e8276b8fad6184 (patch) | |
tree | 13b150095456cc85e11fc367d35135b679f87769 | |
parent | 45bc86ad7c93cc9804763513f0ddff7933f6e693 (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; +} + |