diff --git a/static/css/theme.css b/static/css/theme.css index abdf041dc8..f427a247c3 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -372,6 +372,11 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ display: table; } } +@media print { + #body #navigation { + display: none; + } +} #body .nav { position: fixed; top: 0;