nasmdoc.css: simplify some media queries

Some media queries were needlessly complicated and misinterpreted by
some browsers.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2024-04-04 15:15:05 -07:00
parent b11cd3a426
commit 1ad669bf06

View File

@ -68,17 +68,16 @@ li.toc2 {
vertical-align: top;
flex: 1 1 0;
}
@media not screen {
ul.navbar {
display: none;
}
/* This is overridden for @media screen */
ul.navbar {
display: none;
}
@media print {
a {
color: inherit;
}
}
@media only screen {
@media screen {
div.contents {
-webkit-column-gap: 4em;
-webkit-column-rule: 1px dotted black;