Commit Diff
--- doc/style.css +++ doc/style.css @@ -31,3 +31,4 @@ p.quote .author { font-style: normal } a:link { color: #5fa9ee } a:visited { color: mediumslateblue /*hsl(270, 60%, 50%, 0.15)*/ } } +@media print { nav { display: none } }
--- doc/style.css +++ doc/style.css @@ -31,3 +31,4 @@ p.quote .author { font-style: normal } a:link { color: #5fa9ee } a:visited { color: mediumslateblue /*hsl(270, 60%, 50%, 0.15)*/ } } +@media print { nav { display: none } }