| Age | Commit message (Expand) | Author | Lines |
| 2022-11-10 | Migrate :target rules to use CSS variables | Guillaume Gomez | -0/+2 |
| 2022-11-09 | Migrate crate-search element to CSS variables | Guillaume Gomez | -1/+9 |
| 2022-11-07 | rustdoc: use javascript to layout notable traits popups | Michael Howell | -9/+14 |
| 2022-11-07 | Fix invalid background-image file name | Guillaume Gomez | -1/+1 |
| 2022-11-07 | Rollup merge of #104065 - GuillaumeGomez:css-migrate-logo-filter, r=notriddle | Yuki Okushi | -0/+4 |
| 2022-11-06 | Migrate rust logo filter to CSS variables | Guillaume Gomez | -0/+4 |
| 2022-11-06 | rustdoc: remove unused CSS `#sidebar-filler` | Michael Howell | -15/+0 |
| 2022-11-06 | Rollup merge of #104014 - GuillaumeGomez:run-button-css-var, r=notriddle | Matthias Krüger | -0/+6 |
| 2022-11-06 | Rollup merge of #103990 - notriddle:notriddle/logo-container, r=GuillaumeGomez | Matthias Krüger | -7/+3 |
| 2022-11-05 | Rollup merge of #103988 - GuillaumeGomez:fix-bottom-border-color, r=notriddle | Matthias Krüger | -1/+1 |
| 2022-11-05 | Rollup merge of #101702 - jsha:static-files2, r=notriddle,GuillaumeGomez | Matthias Krüger | -12/+12 |
| 2022-11-05 | Migrate test-arrow to CSS variables | Guillaume Gomez | -0/+6 |
| 2022-11-05 | Fix search result bottom border color | Guillaume Gomez | -1/+1 |
| 2022-11-04 | rustdoc: clean up `.logo-container` layout CSS | Michael Howell | -7/+3 |
| 2022-11-04 | rustdoc: get rid of CSS/DOM `div.desc span`, which isn't really needed | Michael Howell | -8/+7 |
| 2022-11-04 | rustdoc: simplify search results CSS and DOM | Michael Howell | -14/+6 |
| 2022-11-04 | Rollup merge of #103940 - notriddle:notriddle/main-content-item-info-margin-t... | Matthias Krüger | -1/+0 |
| 2022-11-04 | Rollup merge of #103938 - notriddle:notriddle/search-results-border-bottom, r... | Matthias Krüger | -2/+1 |
| 2022-11-04 | Rollup merge of #103905 - notriddle:notriddle/sidebar-elems-background, r=Gui... | Matthias Krüger | -1/+0 |
| 2022-11-03 | rustdoc: remove no-op CSS `#main-content > .item-info { margin-top: 0 }` | Michael Howell | -1/+0 |
| 2022-11-03 | rustdoc: clean up hardcoded CSS border color on search results | Michael Howell | -2/+1 |
| 2022-11-02 | rustdoc: remove redundant mobile CSS `.sidebar-elems { background }` | Michael Howell | -1/+0 |
| 2022-11-02 | Rollup merge of #103890 - notriddle:notriddle/mobile-rustdoc-padding-top, r=G... | Matthias Krüger | -1/+0 |
| 2022-11-02 | rustdoc: remove unused mobile CSS `.rustdoc { padding-top: 0 }` | Michael Howell | -1/+0 |
| 2022-11-01 | rustdoc: simplify mobile item-table CSS | Michael Howell | -8/+1 |
| 2022-11-01 | Rollup merge of #103817 - notriddle:notriddle/attribute-css, r=GuillaumeGomez | Dylan DPC | -1/+1 |
| 2022-11-01 | Rollup merge of #103813 - notriddle:notriddle/search-results-clear-both, r=Gu... | Dylan DPC | -2/+0 |
| 2022-11-01 | Rollup merge of #103793 - notriddle:notriddle/rustdoc-toggle-in-impl-items, r... | Yuki Okushi | -6/+8 |
| 2022-10-31 | rustdoc: remove left border from `.src-line-numbers > a` | Michael Howell | -3/+5 |
| 2022-10-31 | rustdoc: change `.src-line-numbers > span` to `.src-line-numbers > a` | Michael Howell | -3/+2 |
| 2022-10-31 | rustdoc: rename syntax highlighting CSS class `attribute` to `attr` | Michael Howell | -1/+1 |
| 2022-10-31 | rustdoc: remove unnecessary CSS `.search-results { clear: both }` | Michael Howell | -2/+0 |
| 2022-10-30 | rustdoc: add margins to all impl-item toggles, not just methods | Michael Howell | -6/+8 |
| 2022-10-30 | Rollup merge of #101944 - notriddle:notriddle/toggle-all-docs, r=jsha,Guillau... | Michael Howell | -4/+11 |
| 2022-10-30 | Rollup merge of #103740 - notriddle:notriddle/search-results-padding-bottom, ... | Dylan DPC | -1/+0 |
| 2022-10-30 | Rollup merge of #103737 - notriddle:notriddle/margin, r=GuillaumeGomez | Matthias Krüger | -10/+3 |
| 2022-10-30 | Rollup merge of #103722 - GuillaumeGomez:cleanup-code-example-css, r=notriddle | Matthias Krüger | -21/+12 |
| 2022-10-29 | rustdoc: add hash to filename of toolchain files | Jacob Hoffman-Andrews | -12/+12 |
| 2022-10-29 | rustdoc: remove unnecessary `.search-results { padding-bottom }` | Michael Howell | -1/+0 |
| 2022-10-29 | rustdoc: use CSS margin/padding shorthand when all are being set | Michael Howell | -10/+3 |
| 2022-10-29 | Fix z-indexes of code example feature and cleanup its CSS | Guillaume Gomez | -21/+12 |
| 2022-10-29 | Rollup merge of #103663 - notriddle:notriddle/search-container, r=GuillaumeGomez | Matthias Krüger | -12/+7 |
| 2022-10-28 | Rollup merge of #103643 - notriddle:notriddle/summary-focus-visible, r=Guilla... | Matthias Krüger | -4/+2 |
| 2022-10-28 | Rollup merge of #103585 - GuillaumeGomez:source-line-css, r=notriddle | Matthias Krüger | -0/+8 |
| 2022-10-27 | rustdoc: remove redundant `div.search-container` | Michael Howell | -12/+7 |
| 2022-10-27 | rustdoc: stop hiding focus outlines on non-rustdoc-toggle details tags | Michael Howell | -4/+2 |
| 2022-10-27 | Rollup merge of #103616 - rust-lang:notriddle/moz-box-sizing, r=GuillaumeGomez | Matthias Krüger | -3/+1 |
| 2022-10-27 | Migrate line numbers CSS to CSS variables | Guillaume Gomez | -0/+8 |
| 2022-10-27 | Rollup merge of #103592 - notriddle:notriddle/notable-traits-notable, r=Guill... | Matthias Krüger | -1/+1 |
| 2022-10-26 | rustdoc: remove CSS workaround for Firefox 29 | Michael Howell | -3/+1 |