Merge pull request #703 from th-h/thh-summary-css
Restrict block display of summary to trackbacks.
This commit is contained in:
commit
7bfa899cc3
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user