Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

Commit

Permalink
Merge pull request #336 from seanlowjk/edit-gh-pages-css
Browse files Browse the repository at this point in the history
Fix URL Printing
  • Loading branch information
tanamaroby authored Nov 11, 2019
2 parents 52fd457 + b89f87e commit 1d9b8f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/stylesheets/gh-pages.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ table.tableblock > .title,
padding: 1rem 1rem;
}

/* Do not display site header on print mediums */
/* Do not display site header and links url on print mediums */
@media print {
#seedu-header {
display: none;
Expand All @@ -211,4 +211,8 @@ table.tableblock > .title,
#site-header {
display: none;
}

a[href]:after {
content: none !important;
}
}

0 comments on commit 1d9b8f1

Please sign in to comment.