mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Rollup merge of #101488 - notriddle:notriddle/results-table, r=GuillaumeGomez
rustdoc: remove unused CSS `#results > table` This code was added in96ef2f8ab9
to improve rendering of the search results table, but results have not used a table sinceb615c0c854
switched it to rendering with `<div>` tags.
This commit is contained in:
commit
cf41b38209
@ -609,11 +609,6 @@ h2.location a {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#results > table {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.content > .example-wrap pre.line-numbers {
|
||||
position: relative;
|
||||
-webkit-user-select: none;
|
||||
|
Loading…
Reference in New Issue
Block a user