We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11cd3a commit 1ad669bCopy full SHA for 1ad669b
doc/nasmdoc.css
@@ -68,17 +68,16 @@ li.toc2 {
68
vertical-align: top;
69
flex: 1 1 0;
70
}
71
-@media not screen {
72
- ul.navbar {
73
- display: none;
74
- }
+/* This is overridden for @media screen */
+ul.navbar {
+ display: none;
75
76
@media print {
77
a {
78
color: inherit;
79
80
81
-@media only screen {
+@media screen {
82
div.contents {
83
-webkit-column-gap: 4em;
84
-webkit-column-rule: 1px dotted black;
0 commit comments