diff options
Diffstat (limited to 'html-test/ref')
-rw-r--r-- | html-test/ref/ocean.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/html-test/ref/ocean.css b/html-test/ref/ocean.css index fcf23810..3ebb14de 100644 --- a/html-test/ref/ocean.css +++ b/html-test/ref/ocean.css @@ -183,6 +183,9 @@ pre { .keyword { font-weight: normal; } .def { font-weight: bold; } +@media print { + #footer { display: none; } +} /* @end */ |