Skip to content

Commit

Permalink
Add CSS for printing
Browse files Browse the repository at this point in the history
The CSS was add at our main CSS and remove from printing:

- Logo at header
- GitHub ribbon
- Footnote

Close #561.
  • Loading branch information
Raniere Silva committed Jun 22, 2014
1 parent f3fe5ac commit d97de7e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions swc.css
Original file line number Diff line number Diff line change
Expand Up @@ -303,3 +303,18 @@ table.bootcamps td.date {
ul.checklist {
list-style-image: url('/img/checkbox.png');
}

/* Printing */
@media print {
#github-ribbon {
display: none;
}

.banner {
display: none;
}

.footer {
display: none;
}
}

0 comments on commit d97de7e

Please sign in to comment.