aboutsummaryrefslogtreecommitdiff
path: root/html-test/ref
diff options
context:
space:
mode:
authorSebastian Méric de Bellefon <arnaudpourseb@gmail.com>2016-05-16 12:30:40 -0400
committerSebastian Méric de Bellefon <arnaudpourseb@gmail.com>2016-05-16 12:30:40 -0400
commit34f0794b3ac94a11ccdf97a1435f2b34284e2250 (patch)
tree01133442975c061a021e03d685e42beff7ff6632 /html-test/ref
parentcec21957001143794e71bcd9420283df18e7de40 (diff)
parent915a34be3c3a3872700763eb97ac811ef1109ef4 (diff)
Merge pull request #502 from Helkafen/master
Fix #303. Hide footer when printing
Diffstat (limited to 'html-test/ref')
-rw-r--r--html-test/ref/ocean.css3
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 */