mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
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:
parent
84946fe241
commit
1fe3ce476c
@ -299,11 +299,6 @@ summary {
|
||||
|
||||
/* Fix some style changes due to normalize.css 8 */
|
||||
|
||||
td,
|
||||
th {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user