Skip to content

Commit

Permalink
add some basic print styles
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmulley committed Apr 25, 2017
1 parent f621d69 commit 18de574
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions parliament/static/scss/_hansard.scss
Expand Up @@ -211,3 +211,15 @@ span.wordoftheday {
border-bottom: 1px dashed #999999;
}

@media print {
.statement .morelink {
display: none !important;
}
.statement .text-col.truncated {
max-height: none !important;
}
.text-col.truncated:before {
display: none !important;
}
}

0 comments on commit 18de574

Please sign in to comment.