rust/src/librustdoc
Guillaume Gomez f20a1d7b5d
Rollup merge of #56321 - jnqnfe:css_nested_list_margin, r=GuillaumeGomez
rustdoc: add bottom margin spacing to nested lists

the current CSS for nested lists sets margin-bottom to zero, which means that a nested list is squished up against subsequent list items/paragraphs

this changes the bottom margin to .6em, same as for paragraphs

before:
![before](https://user-images.githubusercontent.com/33935229/49176291-699ba800-f342-11e8-9d33-c4acd4df2beb.png)
after:
![after](https://user-images.githubusercontent.com/33935229/49176299-6f918900-f342-11e8-90c3-aa14db195b45.png)
2018-11-29 13:10:52 +01:00
..
clean Introduce TyKind::Placeholder variant 2018-11-24 01:24:40 +01:00
html rustdoc: add margin-bottom spacing to nested lists 2018-11-28 16:05:43 +00:00
passes Rollup merge of #55367 - GuillaumeGomez:private-item-doc-test-lint, r=QuietMisdreavus 2018-11-22 10:37:43 +01:00
Cargo.toml Update minifier version 2018-10-11 21:37:04 +02:00
config.rs fix various typos in doc comments 2018-11-13 14:45:31 -05:00
core.rs lint if a private item has doctests 2018-11-16 14:29:44 +01:00
doctree.rs add derive macros' helper attributes to doc output 2018-09-26 13:40:08 -05:00
externalfiles.rs add Debug impls for the Options structs 2018-11-04 16:39:24 -06:00
fold.rs shuffle ownership of external_traits 2018-09-20 05:54:26 -05:00
lib.rs move all static-file include!s into a single module 2018-11-10 16:05:29 -06:00
markdown.rs pass the Options struct instead of individual args 2018-11-02 17:17:02 -05:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
test.rs Auto merge of #55515 - QuietMisdreavus:rustdoc-config, r=GuillaumeGomez 2018-11-05 09:48:46 +00:00
theme.rs Auto merge of #53599 - matthiaskrgr:split_str__to__split_char, r=frewsxcv 2018-09-02 15:27:56 +00:00
visit_ast.rs Deprecate the FxHashMap() and FxHashSet() constructor function hack 2018-10-19 14:34:44 +02:00
visit_lib.rs Deprecate the FxHashMap() and FxHashSet() constructor function hack 2018-10-19 14:34:44 +02:00

For more information about how librustdoc works, see the rustc guide.