aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2011-12-09 12:08:02 +0000
committerSeb Bacon <seb.bacon@gmail.com>2011-12-09 12:08:02 +0000
commitda5d8f639d1a1b76b43324bfe22a7c6e203cea78 (patch)
tree3ed0bc60daecf99b3fd397b56d4e01fdb612f977
parent30ed21a0330972b63e1b5a9b0e89f3cae070b4d3 (diff)
Don't show the country notice in the print version
-rw-r--r--public/stylesheets/print.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/stylesheets/print.css b/public/stylesheets/print.css
index d5401ead0..43d7a1807 100644
--- a/public/stylesheets/print.css
+++ b/public/stylesheets/print.css
@@ -35,4 +35,8 @@ p#request_status {
}
div.correspondence {
page-break-before: avoid;
+}
+
+#other-country-notice {
+ display: none;
} \ No newline at end of file