1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Expand all manual examples in print mode

This commit is contained in:
David Tolnay
2015-08-19 23:27:10 -07:00
parent 2c6c521799
commit 7668a4f255
3 changed files with 11 additions and 4 deletions

View File

@@ -97,7 +97,14 @@ h3 code {
margin-bottom: 20px;
}
.manual-example {
@media print {
.manual-example {
display: block !important;
height: auto !important;
}
}
.manual-example table {
border-top: 1px solid #E5E5E5;
td {
white-space: pre-wrap;