mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
Fix some style regressions due to normalize.css 8
This commit is contained in:
parent
66430652d1
commit
510107815f
@ -200,10 +200,31 @@ summary {
|
|||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FIXME: Remove after normalize.css is either upgraded or removed (#86629) */
|
/* Fix some style changes due to normalize.css 8 */
|
||||||
|
|
||||||
|
td,
|
||||||
|
th {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
border-collapse: collapse;
|
||||||
|
}
|
||||||
|
|
||||||
|
button,
|
||||||
|
input,
|
||||||
|
optgroup,
|
||||||
|
select,
|
||||||
|
textarea {
|
||||||
|
color: inherit;
|
||||||
|
font: inherit;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* end tweaks for normalize.css 8 */
|
||||||
|
|
||||||
details:not(.rustdoc-toggle) summary {
|
details:not(.rustdoc-toggle) summary {
|
||||||
margin-bottom: .6em;
|
margin-bottom: .6em;
|
||||||
display: list-item;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
code, pre, a.test-arrow {
|
code, pre, a.test-arrow {
|
||||||
|
Loading…
Reference in New Issue
Block a user