diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-02-10 18:24:19 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-02-10 18:24:19 +0000 |
commit | 92fea9c55d70701f801cc860553ee4a8d451efce (patch) | |
tree | e9318948c9e52492ca3328c6802741a442b29363 | |
parent | 4a5fb12c4d4fd02daf1b7f3539e8276b8fad6184 (diff) |
The .not-for-print rule needs to be !IMPORTANT
-rw-r--r-- | public/stylesheets/print.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/print.css b/public/stylesheets/print.css index 966409774..89be21019 100644 --- a/public/stylesheets/print.css +++ b/public/stylesheets/print.css @@ -42,6 +42,6 @@ div.correspondence { } .not-for-print { - display: none; + display: none !IMPORTANT; } |