diff options
| author | Michael Howell <michael@notriddle.com> | 2022-09-01 10:25:23 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2022-09-01 11:38:54 -0700 |
| commit | 31071336f516197760461dec4254f2d2de80b6a1 (patch) | |
| tree | 0b51578bbf6a7908b7382bc3116b61d0d7300c05 | |
| parent | 332cc8fb752fe98c21837ed6f3571f6adb0d08b8 (diff) | |
| download | rust-31071336f516197760461dec4254f2d2de80b6a1.tar.gz rust-31071336f516197760461dec4254f2d2de80b6a1.zip | |
rustdoc: remove unneeded CSS `.content table td:first-child > a`
This rule was added in c1c6175e62189f8f0e6479bff7bac0e59a95a406 to benefit the module items table. However, the module items table stopped using table tags when 6020c79ddeafe8d9760b27c14c39da81bac9b4a6 switched us over to grid layout.
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index deed6eaf0cb..c53cfa62364 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -207,7 +207,6 @@ h1, h2, h3, h4, h5, h6, a.source, .search-input, .search-results .result-name, -.content table td:first-child > a, .item-left > a, .out-of-band, span.since, |
