Merge pull request #703 from th-h/thh-summary-css

Restrict block display of summary to trackbacks.
This commit is contained in:
Thomas Hochstein 2020-04-25 00:13:27 +02:00 committed by GitHub
commit 7bfa899cc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
@ -447,6 +447,10 @@ fieldset,
line-height: 1.8462;
}
.serendipity_section_trackbacks summary {
display: block;
}
#staticpage_childpages,
.content ul,
.content ol { margin: 0 0 1em 2em; }