diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-09-07 21:48:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-07 21:48:17 +0200 |
| commit | 46fe72b3598caabc9ca645bfedcf51dafd626ac4 (patch) | |
| tree | 1bc3dc69eb17e932e9750be3ffe8a88347ed3cf1 /src/librustdoc/html/static | |
| parent | 0a1c816dcd8cd1c215162cf0043637bc4767c88a (diff) | |
| parent | 71b40b9dd3feddd7132073cba3de32da49402233 (diff) | |
| download | rust-46fe72b3598caabc9ca645bfedcf51dafd626ac4.tar.gz rust-46fe72b3598caabc9ca645bfedcf51dafd626ac4.zip | |
Rollup merge of #101506 - notriddle:notriddle/rustdoc-main-since-2, r=GuillaumeGomez
rustdoc: remove unused CSS `#main-content > .since` I missed one from #101298
Diffstat (limited to 'src/librustdoc/html/static')
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index 2f6d1342260..02c49b9a849 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -699,9 +699,6 @@ pre, .rustdoc.source .example-wrap { #main-content { position: relative; } -#main-content > .since { - top: inherit; -} .content table { border-spacing: 0 5px; |
