rustdoc: remove unneeded CSS td, th { padding 0 }

This was added in 510107815f, to fix
the display of the module items and search results tables (see the discussion
in https://github.com/rust-lang/rust/pull/86725).

Those aren't tables any more. The only remaining table is in docblock, which
has its own padding declarations.
This commit is contained in:
Michael Howell 2022-09-26 09:20:20 -07:00
parent 84946fe241
commit 1fe3ce476c

View file

@ -299,11 +299,6 @@ summary {
/* Fix some style changes due to normalize.css 8 */
td,
th {
padding: 0;
}
table {
border-collapse: collapse;
}