Rollup merge of #101488 - notriddle:notriddle/results-table, r=GuillaumeGomez
rustdoc: remove unused CSS `#results > table` This code was added in96ef2f8ab9to improve rendering of the search results table, but results have not used a table sinceb615c0c854switched it to rendering with `<div>` tags.
This commit is contained in:
commit
cf41b38209
1 changed files with 0 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue