diff options
Diffstat (limited to 'public/stylesheets/print.css')
-rw-r--r-- | public/stylesheets/print.css | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/public/stylesheets/print.css b/public/stylesheets/print.css deleted file mode 100644 index 6f29c18da..000000000 --- a/public/stylesheets/print.css +++ /dev/null @@ -1,49 +0,0 @@ -div#content, div#left_column, div.entirebody div#wrapper { - width: 100%; - margin: 0; - float: none; -} -div#content { - padding-right: 0; - width: 96%; -} - -#wrapper { - width: auto; - padding: 0; - -} - -p.event_actions, -div#after_actions, -#right_column, -#banner, -.admin .navbar, -#header_right, -#describe_state_form_1, -#describe_state_form_2, -.attachment_image, -#footer { - display: none; -} - -div.correspondence { - background: none; - border: 1px solid #DDD; -} - -p#request_status { - page-break-after: avoid; -} -div.correspondence { - page-break-before: avoid; -} - -#other-country-notice { - display: none; -} - -.not-for-print { - display: none !IMPORTANT; -} - |