rust/src/librustdoc/html
bors a5000c5098 Auto merge of #60272 - Jakst:patch-1, r=Manishearth
Explicitly set height on rust logo <img> element in docs

The layout of the left side menu in docs reflows when navigating between pages because of missing height on the <img> element of rust logo.

Setting height='100' tells the browser to reserve that vertical space, leading to a less janky experience.
2019-05-19 21:36:15 +00:00
..
static Auto merge of #60272 - Jakst:patch-1, r=Manishearth 2019-05-19 21:36:15 +00:00
escape.rs Transition librustdoc to 2018 edition 2019-02-23 16:40:07 +09:00
format.rs Fix display of const generics in rustdoc 2019-05-18 15:44:19 +02:00
highlight.rs Keep the original token in ast::Lit 2019-05-11 14:24:21 +03:00
item_type.rs print doc coverage as a table of individual item types 2019-02-28 16:11:21 -06:00
layout.rs Fix image position and display 2019-04-29 13:27:02 +02:00
markdown.rs update rustdoc doc test 2019-05-06 15:20:18 -05:00
render.rs Auto merge of #60065 - QuietMisdreavus:async-move-doctests, r=ollie27 2019-05-19 16:48:12 +00:00
static_files.rs Revert "Update Source Code Pro fonts to version 2.030" 2019-04-29 14:15:28 -07:00
toc.rs Transition librustdoc to 2018 edition 2019-02-23 16:40:07 +09:00