mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
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:
parent
6165d6c014
commit
68999937f3
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ li.toc2 {
|
|||
ul.navbar {
|
||||
display: none;
|
||||
}
|
||||
@media only print {
|
||||
@media print {
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue