diff --git a/templates/layout.html b/templates/layout.html index dba520de..4a10539a 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -66,6 +66,16 @@ display:none } } + + @media screen + { + .print-only{ + display: none !important; + } + .screen-only{ + display: block; + } + } @@ -197,9 +207,9 @@

Analysis of genome editing ou {% if current_user is defined and (not current_user.is_anonymous and current_user.username == "DEFAULTUSER") %}
-