diff --git a/tests/valid/draft-miek-test.html b/tests/valid/draft-miek-test.html index e8649330b..b3013e8d4 100644 --- a/tests/valid/draft-miek-test.html +++ b/tests/valid/draft-miek-test.html @@ -1058,6 +1058,7 @@ /* Sourcecode margin in print, when there's no pilcrow */ @media print { .artwork, + .artwork > pre, .sourcecode { margin-bottom: 1em; } diff --git a/tests/valid/draft-template.html b/tests/valid/draft-template.html index eee732524..e746908a6 100644 --- a/tests/valid/draft-template.html +++ b/tests/valid/draft-template.html @@ -1047,6 +1047,7 @@ /* Sourcecode margin in print, when there's no pilcrow */ @media print { .artwork, + .artwork > pre, .sourcecode { margin-bottom: 1em; } diff --git a/tests/valid/rfc7911.html b/tests/valid/rfc7911.html index 94fc58f92..c30eae1a6 100644 --- a/tests/valid/rfc7911.html +++ b/tests/valid/rfc7911.html @@ -1051,6 +1051,7 @@ /* Sourcecode margin in print, when there's no pilcrow */ @media print { .artwork, + .artwork > pre, .sourcecode { margin-bottom: 1em; } diff --git a/xml2rfc/data/xml2rfc.css b/xml2rfc/data/xml2rfc.css index 441f12080..85b10faf2 100644 --- a/xml2rfc/data/xml2rfc.css +++ b/xml2rfc/data/xml2rfc.css @@ -1010,6 +1010,7 @@ aside > p { /* Sourcecode margin in print, when there's no pilcrow */ @media print { .artwork, + .artwork > pre, .sourcecode { margin-bottom: 1em; }