doc/nasmdoc.css: @media only print -> @media print

There is no point in using "only" unless there is another
qualifier. The "only" is specifically to prevent older parsers from
unconditionally applying a section with qualifiers.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2024-04-25 15:42:25 -07:00
parent 6165d6c014
commit 68999937f3

View file

@ -72,7 +72,7 @@ li.toc2 {
ul.navbar {
display: none;
}
@media only print {
@media print {
a {
color: inherit;
}