rustdoc: remove unused CSS rule
According to [blame], this rule was added to support enum struct
variants. However, enum struct variants don't use tables in their design
any more, so this rule does nothing.
[blame]: 87991d5f5d/src/librustdoc/html/static/css/rustdoc.css (L748)
This commit is contained in:
parent
87991d5f5d
commit
b1925b811e
1 changed files with 0 additions and 4 deletions
|
@ -745,10 +745,6 @@ pre, .rustdoc.source .example-wrap {
|
|||
border: 1px solid var(--border-color);
|
||||
}
|
||||
|
||||
.fields + table {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.content .item-list {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue