aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2012-02-10 18:24:19 +0000
committerSeb Bacon <seb.bacon@gmail.com>2012-03-13 13:55:46 +0000
commit9b4581a2870d4669e125154984fefe833dc2d34a (patch)
treeba8b9ebe5625b4b6211814a2a54fd7b1a7d6d5df
parent342aa1d25f0290475b2d1b11d423a2364108b361 (diff)
The .not-for-print rule needs to be !IMPORTANT
-rw-r--r--public/stylesheets/print.css2
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;
}