Skip to content

Commit

Permalink
fix: Add bottom margin to .artwork > pre (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored Oct 12, 2022
1 parent 70de803 commit dd2b0fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/valid/draft-miek-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,7 @@
/* Sourcecode margin in print, when there's no pilcrow */
@media print {
.artwork,
.artwork > pre,
.sourcecode {
margin-bottom: 1em;
}
Expand Down
1 change: 1 addition & 0 deletions tests/valid/draft-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,7 @@
/* Sourcecode margin in print, when there's no pilcrow */
@media print {
.artwork,
.artwork > pre,
.sourcecode {
margin-bottom: 1em;
}
Expand Down
1 change: 1 addition & 0 deletions tests/valid/rfc7911.html
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,7 @@
/* Sourcecode margin in print, when there's no pilcrow */
@media print {
.artwork,
.artwork > pre,
.sourcecode {
margin-bottom: 1em;
}
Expand Down
1 change: 1 addition & 0 deletions xml2rfc/data/xml2rfc.css
Original file line number Diff line number Diff line change
Expand Up @@ -1010,6 +1010,7 @@ aside > p {
/* Sourcecode margin in print, when there's no pilcrow */
@media print {
.artwork,
.artwork > pre,
.sourcecode {
margin-bottom: 1em;
}
Expand Down

0 comments on commit dd2b0fe

Please sign in to comment.