diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-10-18 04:11:13 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-18 04:11:13 +0900 |
| commit | ed79320c16235ea40e3d902355b80b49c3051339 (patch) | |
| tree | 1113e9c160ae51e8fb3ae22370fe6f7f71fa8dfe | |
| parent | 57e38dd4fbd45483c0bb0a7569c97a7031114664 (diff) | |
| parent | 3566132a836f76e7365a47a1687edace7604bb39 (diff) | |
| download | rust-ed79320c16235ea40e3d902355b80b49c3051339.tar.gz rust-ed79320c16235ea40e3d902355b80b49c3051339.zip | |
Rollup merge of #78050 - GuillaumeGomez:small-css-cleanup, r=jyn514
Small CSS cleanup r? @jyn514
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index a163899839d..8c8a00d47bc 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -1557,11 +1557,7 @@ h4 > .notable-traits { } @media (max-width: 416px) { - #titles { - height: 73px; - } - - #titles > div { + #titles, #titles > div { height: 73px; } } |
