diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2018-08-30 20:15:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-30 20:15:48 +0200 |
| commit | 6b1fffae20ce2c542fb6ee860b3ecfadd055abd2 (patch) | |
| tree | f622940c05887a4fe7780f96e68752f8ae209043 /src/librustdoc/html/static/rustdoc.css | |
| parent | 78d5509625bf3f96e5d89b74eae14584deb9915d (diff) | |
| parent | e08a84a0c18739417a50c3e46917ced5037244eb (diff) | |
| download | rust-6b1fffae20ce2c542fb6ee860b3ecfadd055abd2.tar.gz rust-6b1fffae20ce2c542fb6ee860b3ecfadd055abd2.zip | |
Rollup merge of #53806 - GuillaumeGomez:fix-ui-issues-foreign-type-impls, r=QuietMisdreavus
Fix UI issues on Implementations on Foreign types Fixes #53800. <img width="1440" alt="screen shot 2018-08-29 at 22 06 35" src="https://user-images.githubusercontent.com/3050060/44814733-e9986180-abdd-11e8-97e0-0e3c1816ca04.png"> r? @QuietMisdreavus
Diffstat (limited to 'src/librustdoc/html/static/rustdoc.css')
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index 870b024a3ba..5145e9f449b 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -510,6 +510,9 @@ h4 > code, h3 > code, .invisible > code { top: -9px; left: -13px; } +.methods > .stability { + margin-top: -8px; +} #main > .stability { margin-top: 0; |
