diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-05-16 19:58:51 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-05-16 19:58:51 +0200 |
commit | e82d093a9b3fb68486920896a3d67d84a822cbc5 (patch) | |
tree | e077d4952029c647e73ea51d481c4d7cc29feb34 /html-test | |
parent | 1bfcca3f2212e1f8e527ad3a2c4bb48aef082ff9 (diff) | |
parent | d100c8f38e8ee6c7e6ba291afbf2c9eaf4f7743d (diff) |
Merge remote-tracking branch 'origin/master' into ghc-head
Diffstat (limited to 'html-test')
-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 */ |