mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
Rollup merge of #89754 - dns2utf8:rustdoc_cleanup_css, r=GuillaumeGomez
Cleanup .item-table CSS The main table-like element must be `display: table;` r? `@GuillaumeGomez`
This commit is contained in:
commit
f36c109a95
@ -772,7 +772,7 @@ h2.small-section-header > .anchor {
|
||||
.block a.current.crate { font-weight: 500; }
|
||||
|
||||
.item-table {
|
||||
display: table-row;
|
||||
display: table;
|
||||
}
|
||||
.item-row {
|
||||
display: table-row;
|
||||
|
Loading…
Reference in New Issue
Block a user