| Age | Commit message (Expand) | Author | Lines |
| 2022-09-12 | rustdoc: remove no-op CSS `.search-results .result-name > span` | Michael Howell | -6/+0 |
| 2022-09-11 | rustdoc: remove no-op `#search` | Michael Howell | -4/+0 |
| 2022-09-11 | rustdoc: remove no-op `#search { margin-left: 0 }` | Michael Howell | -1/+0 |
| 2022-09-10 | Auto merge of #101613 - GuillaumeGomez:codeblock-tooltip, r=notriddle | bors | -70/+72 |
| 2022-09-10 | Simplify DOM for codeblocks tooltips | Guillaume Gomez | -70/+72 |
| 2022-09-10 | Rollup merge of #101624 - notriddle:notriddle/search, r=GuillaumeGomez | Matthias Krüger | -5/+0 |
| 2022-09-09 | rustdoc: remove unused CSS `#search { position: relative }` | Michael Howell | -5/+0 |
| 2022-09-09 | Rollup merge of #101600 - notriddle:notriddle/li, r=GuillaumeGomez | Guillaume Gomez | -12/+8 |
| 2022-09-09 | rustdoc: simplify the codeblock tooltip | Michael Howell | -12/+8 |
| 2022-09-09 | Rollup merge of #101593 - GuillaumeGomez:cleanup-theme-tooltip, r=notriddle | Matthias Krüger | -144/+48 |
| 2022-09-09 | Clean up themes a bit more | Guillaume Gomez | -144/+48 |
| 2022-09-08 | Rollup merge of #101584 - notriddle:notriddle/settings-menu, r=GuillaumeGomez | Michael Goulet | -3/+1 |
| 2022-09-08 | Rollup merge of #101580 - notriddle:notriddle/div-impl-items-div, r=Guillaume... | Michael Goulet | -5/+0 |
| 2022-09-08 | rustdoc: remove no-op CSS `#settings-menu { padding: 0 }` | Michael Howell | -3/+1 |
| 2022-09-08 | rustdoc: remove unused CSS `div.impl-items > div` | Michael Howell | -5/+0 |
| 2022-09-07 | rustdoc: remove unused CSS `#implementations-list > h3 > span.in-band` | Michael Howell | -4/+0 |
| 2022-09-07 | Rollup merge of #101538 - notriddle:notriddle/content-methods-div, r=Guillaum... | Matthias Krüger | -5/+0 |
| 2022-09-07 | Rollup merge of #101534 - rust-lang:notriddle/rustdoc-flex-direction, r=Guill... | Matthias Krüger | -1/+0 |
| 2022-09-07 | Rollup merge of #101507 - notriddle:notriddle/main-content-table-td, r=Guilla... | Matthias Krüger | -5/+0 |
| 2022-09-07 | Rollup merge of #101506 - notriddle:notriddle/rustdoc-main-since-2, r=Guillau... | Matthias Krüger | -3/+0 |
| 2022-09-07 | rustdoc: remove unused CSS `#main-content > table td` | Michael Howell | -5/+0 |
| 2022-09-07 | rustdoc: remove unused CSS `.content .methods > div` | Michael Howell | -5/+0 |
| 2022-09-07 | rustdoc: remove unused mobile CSS `.rustdoc { flex-direction }` | Michael Howell | -1/+0 |
| 2022-09-07 | Rollup merge of #101491 - notriddle:notriddle/sub-variant-div-item-info, r=Gu... | Yuki Okushi | -4/+0 |
| 2022-09-06 | rustdoc: remove unused CSS `#main-content > .since` | Michael Howell | -3/+0 |
| 2022-09-06 | rustdoc mobile: move notable traits to return type | Jacob Hoffman-Andrews | -6/+0 |
| 2022-09-06 | rustdoc: remove outdated CSS `.sub-variant > div > .item-info` | Michael Howell | -4/+0 |
| 2022-09-06 | rustdoc: remove unused CSS `#results > table` | Michael Howell | -5/+0 |
| 2022-09-04 | Rollup merge of #101397 - notriddle:notriddle/source-nav-not-sidebar-sub, r=G... | Matthias Krüger | -4/+0 |
| 2022-09-03 | rustdoc: remove redundant mobile-sized `.source nav:not(.sidebar).sub` | Michael Howell | -4/+0 |
| 2022-09-03 | rustdoc: remove `.impl-items { flex-basis }` CSS, not in flex container | Michael Howell | -4/+0 |
| 2022-09-03 | Rollup merge of #101335 - notriddle:notriddle/methods-stability, r=notriddle | Matthias Krüger | -8/+5 |
| 2022-09-03 | Clean up themes CSS | Guillaume Gomez | -91/+47 |
| 2022-09-02 | rustdoc: put in rule to get alignment in desktop and mobile layouts | Michael Howell | -0/+5 |
| 2022-09-02 | rustdoc: remove incorrect CSS rule causing misaligned item-info | Michael Howell | -4/+0 |
| 2022-09-02 | rustdoc: remove unused CSS selector `.methods > .item-info` | Michael Howell | -4/+0 |
| 2022-09-02 | Rollup merge of #101323 - GuillaumeGomez:remove-unused-css, r=notriddle | Matthias Krüger | -9/+0 |
| 2022-09-02 | Remove unused .toggle-label CSS rule | Guillaume Gomez | -9/+0 |
| 2022-09-02 | Rollup merge of #101298 - notriddle:notriddle/rustdoc-main-since, r=Guillaume... | Guillaume Gomez | -1/+0 |
| 2022-09-01 | rustdoc: remove unused CSS `#main-content > .since` | Michael Howell | -1/+0 |
| 2022-09-01 | Rollup merge of #101292 - rust-lang:notriddle/rustdoc-table-first-child, r=Gu... | Matthias Krüger | -1/+0 |
| 2022-09-01 | rustdoc: remove unneeded CSS `.content table td:first-child > a` | Michael Howell | -1/+0 |
| 2022-08-31 | rustdoc: remove unused `.docblock .impl-items` CSS | Michael Howell | -8/+0 |
| 2022-08-31 | Rollup merge of #100804 - GuillaumeGomez:search-results-color-ayu, r=notriddle | Yuki Okushi | -3/+4 |
| 2022-08-29 | rustdoc: remove unused CSS selectors for `.table-display` | Michael Howell | -35/+2 |
| 2022-08-27 | Rollup merge of #101063 - GuillaumeGomez:merge-duplicated-css, r=notriddle | Yuki Okushi | -30/+8 |
| 2022-08-27 | Rollup merge of #101046 - notriddle:notriddle/table-css, r=jsha | Yuki Okushi | -1/+1 |
| 2022-08-27 | Rollup merge of #101044 - notriddle:notriddle/css-hidden-by, r=jsha | Yuki Okushi | -6/+0 |
| 2022-08-27 | Merge duplicated CSS rules | Guillaume Gomez | -30/+8 |
| 2022-08-26 | rustdoc: remove incorrect CSS selector `.impl-items table td` | Michael Howell | -1/+1 |