about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2022-09-18 20:03:17 -0700
committerMichael Howell <michael@notriddle.com>2022-09-18 20:03:17 -0700
commit60c98ce11cc0f9be645602bc95c8e39cc80993e4 (patch)
tree800d8c271419fff7e9c4a3806bb4bf2b7e05abc7 /src
parenta37499ae66ec5fc52a93d71493b78fb141c32f6b (diff)
downloadrust-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.css4
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;
 }