From ec14f63a576d20150f93da9822b73820e0814688 Mon Sep 17 00:00:00 2001 From: Mark Hurrell Date: Tue, 3 Apr 2012 11:50:26 +0100 Subject: [PATCH] hide link when printed --- app/assets/stylesheets/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/main.css b/app/assets/stylesheets/main.css index a5286665..a4e0e8df 100644 --- a/app/assets/stylesheets/main.css +++ b/app/assets/stylesheets/main.css @@ -847,6 +847,10 @@ html { html { font-size: 9px!important; } + + #wrapper .beta-notice a { + display: none; + } header, nav, .principles { margin: 0!important;