mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Don't print our footer when printing curriculum guides
This commit is contained in:
parent
ed69afc5d1
commit
c67f1cddda
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@
|
|||
@media print
|
||||
display: none
|
||||
|
||||
#footer, #final-footer
|
||||
@media print
|
||||
display: none
|
||||
|
||||
.lesson-plans
|
||||
max-width: 900px
|
||||
background-color: #f8f8f8
|
||||
|
|
Loading…
Reference in a new issue