show navbar on print preview
authorAndrew Engelbrecht <andrew@fsf.org>
Tue, 12 Nov 2019 22:55:11 +0000 (17:55 -0500)
committerAndrew Engelbrecht <andrew@fsf.org>
Tue, 12 Nov 2019 22:55:11 +0000 (17:55 -0500)
css/style.css

index d931e0f2a94af2f607c03a0532eefc213c843696..273209ebb650497046d4ae1d84f502749b2483d6 100644 (file)
   #fsf-logo-footer { margin-bottom: 10px; }
 }
 
   #fsf-logo-footer { margin-bottom: 10px; }
 }
 
-@media print { #fsf-logo-footer { filter: invert(100%) } }
+@media print { #fsf-logo-footer { filter: invert(100%) } #navbar { display: block !important } }