Skip to content

Commit e5ffccd

Browse files
jdonszelmannGuillaumeGomez
authored andcommitted
remove blank issue template
1 parent 11ee3a8 commit e5ffccd

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/ISSUE_TEMPLATE/blank_issue.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/librustdoc/html/static/css/rustdoc.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -961,10 +961,13 @@ pre, .rustdoc.src .example-wrap, .example-wrap .src-line-numbers {
961961
}
962962

963963
.docblock li {
964-
margin-bottom: .8em;
964+
margin-bottom: .4em;
965965
}
966-
.docblock li p {
967-
margin-bottom: .1em;
966+
.docblock li p:not(:last-child) {
967+
/* This margin is voluntarily smaller than `.docblock li` to keep the visual
968+
list element items separated while also having a visual separation (although
969+
smaller) for paragraphs. */
970+
margin-bottom: .3em;
968971
}
969972

970973
/* "where ..." clauses with block display are also smaller */

0 commit comments

Comments
 (0)