Skip to content

Commit 6899993

Browse files
author
H. Peter Anvin
committed
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 <[email protected]>
1 parent 6165d6c commit 6899993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/nasmdoc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ li.toc2 {
7272
ul.navbar {
7373
display: none;
7474
}
75-
@media only print {
75+
@media print {
7676
a {
7777
color: inherit;
7878
}

0 commit comments

Comments
 (0)