diff options
| author | Michael Howell <michael@notriddle.com> | 2022-09-18 20:03:17 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2022-09-18 20:03:17 -0700 |
| commit | 60c98ce11cc0f9be645602bc95c8e39cc80993e4 (patch) | |
| tree | 800d8c271419fff7e9c4a3806bb4bf2b7e05abc7 /src | |
| parent | a37499ae66ec5fc52a93d71493b78fb141c32f6b (diff) | |
| download | rust-60c98ce11cc0f9be645602bc95c8e39cc80993e4.tar.gz rust-60c98ce11cc0f9be645602bc95c8e39cc80993e4.zip | |
rustdoc: remove unused CSS `td.summary-column`
It was added in 2a1bad70dd9bc99d8db54964108b42da8f4e9fbd to go with this module summary function: https://github.com/rust-lang/rust/blob/2a1bad70dd9bc99d8db54964108b42da8f4e9fbd/src/librustdoc/html/format.rs#L767-L780 The corresponding HTML was removed in 0a46933c4d81573e78ce16cd215ba155a3114fce.
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index f458a4f59ae..b4f5bf933a6 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -1152,10 +1152,6 @@ so that we can apply CSS-filters to change the arrow color in themes */ font-size: 1rem; } -td.summary-column { - width: 100%; -} - .summary { padding-right: 0px; } |
