| Age | Commit message (Expand) | Author | Lines |
| 2022-11-30 | Rollup merge of #105064 - notriddle:notriddle/main-min-width, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2022-11-30 | rustdoc: remove redundant CSS `div.desc { display: block }` | Michael Howell | -1/+0 |
| 2022-11-30 | rustdoc: clean up sidebar link CSS | Michael Howell | -7/+5 |
| 2022-11-29 | rustdoc: add comment to confusing CSS `main { min-width: 0 }` | Michael Howell | -1/+1 |
| 2022-11-29 | rustdoc: use shorthand background for rustdoc toggle CSS | Michael Howell | -6/+2 |
| 2022-11-29 | Rollup merge of #105024 - notriddle:notriddle/fnname, r=jyn514 | Matthias Krüger | -1/+0 |
| 2022-11-28 | rustdoc: remove `fnname` CSS class that's styled exactly like `fn` | Michael Howell | -1/+0 |
| 2022-11-28 | rustdoc: merge background-image rules in rustdoc-toggle CSS | Michael Howell | -8/+1 |
| 2022-11-26 | Fix UI issues with Rustdoc scrape-examples feature. | Will Crichton | -1/+3 |
| 2022-11-26 | Rollup merge of #104928 - notriddle:notriddle/sidebar-toggle-flexbox, r=Guill... | Guillaume Gomez | -9/+3 |
| 2022-11-26 | Rollup merge of #104899 - notriddle:notriddle/help-dt, r=GuillaumeGomez | Matthias Krüger | -1/+0 |
| 2022-11-25 | rustdoc: use flexbox CSS to align sidebar button instead of position | Michael Howell | -9/+3 |
| 2022-11-25 | rustdoc: remove no-op CSS `#help dt { display: block }` | Michael Howell | -1/+0 |
| 2022-11-25 | rustdoc: revert tooltip background color on light theme to readable | Michael Howell | -1/+1 |
| 2022-11-25 | rustdoc: remove `cursor: pointer` from unclickable tooltip | Michael Howell | -1/+0 |
| 2022-11-25 | Rollup merge of #104849 - GuillaumeGomez:source-code-sidebar-css-migration, r... | Matthias Krüger | -20/+14 |
| 2022-11-24 | Migrate source code elements style to CSS variables | Guillaume Gomez | -20/+14 |
| 2022-11-24 | Rollup merge of #104792 - notriddle:notriddle/crate-search-title-display, r=G... | Matthias Krüger | -2/+1 |
| 2022-11-24 | Rollup merge of #104772 - GuillaumeGomez:small-accessibility-improvement, r=n... | Matthias Krüger | -3/+0 |
| 2022-11-23 | rustdoc: simplify `.search-results-title` CSS | Michael Howell | -2/+1 |
| 2022-11-23 | Rollup merge of #104744 - notriddle:notriddle/struct-fields-display-block, r=... | Dylan DPC | -0/+2 |
| 2022-11-23 | Improve accessibility: | Guillaume Gomez | -3/+0 |
| 2022-11-22 | rustdoc: make struct fields `display: block` | Michael Howell | -0/+2 |
| 2022-11-22 | rustdoc: remove no-op CSS `a.test-arrow { display: inline-block }` | Michael Howell | -1/+0 |
| 2022-11-22 | rustdoc: remove no-op CSS `.popover::before { display: inline-block }` | Michael Howell | -1/+0 |
| 2022-11-22 | Rollup merge of #104666 - GuillaumeGomez:migrate-alias-search-result, r=notri... | Matthias Krüger | -24/+16 |
| 2022-11-21 | Migrate search result alias to CSS variables | Guillaume Gomez | -24/+16 |
| 2022-11-20 | rustdoc: factor out common button CSS | Michael Howell | -8/+4 |
| 2022-11-20 | Rollup merge of #104640 - GuillaumeGomez:migrate-kdb-css, r=notriddle | Matthias Krüger | -18/+12 |
| 2022-11-20 | Rollup merge of #104611 - notriddle:notriddle/scrape-examples-button, r=Guill... | Matthias Krüger | -0/+6 |
| 2022-11-20 | Migrate kdb colors to CSS variables | Guillaume Gomez | -18/+12 |
| 2022-11-19 | rustdoc: use real buttons for scrape examples controls | Michael Howell | -0/+6 |
| 2022-11-19 | Rollup merge of #104604 - GuillaumeGomez:migrate-top-button-to-css-var, r=not... | Matthias Krüger | -27/+12 |
| 2022-11-19 | Migrate top buttons style to CSS variables | Guillaume Gomez | -27/+12 |
| 2022-11-18 | Auto merge of #104591 - Manishearth:rollup-b3ser4e, r=Manishearth | bors | -9/+3 |
| 2022-11-18 | Rollup merge of #104556 - notriddle:notriddle/variant, r=GuillaumeGomez | Manish Goregaokar | -9/+3 |
| 2022-11-18 | Rollup merge of #104516 - notriddle:notriddle/flex-basis-sidebar-width, r=Gui... | Matthias Krüger | -9/+4 |
| 2022-11-17 | rustdoc: use `code-header` class to format enum variants | Michael Howell | -9/+3 |
| 2022-11-17 | Rollup merge of #104532 - GuillaumeGomez:migrate-tooltip-css, r=notriddle | Matthias Krüger | -31/+11 |
| 2022-11-17 | Migrate tooltip style to CSS variables | Guillaume Gomez | -31/+11 |
| 2022-11-16 | rustdoc: clean up sidebar width CSS | Michael Howell | -9/+4 |
| 2022-11-16 | rustdoc: remove redundant font-color CSS on `.where` | Michael Howell | -4/+1 |
| 2022-11-16 | Rollup merge of #104466 - notriddle:notriddle/crate-search-div-display, r=Gui... | Matthias Krüger | -1/+0 |
| 2022-11-16 | Rollup merge of #104462 - notriddle:notriddle/rightside-padding-right, r=Guil... | Matthias Krüger | -1/+0 |
| 2022-11-16 | Rollup merge of #104425 - notriddle:notriddle/main-heading-justify-content, r... | Matthias Krüger | -1/+0 |
| 2022-11-16 | Rollup merge of #104424 - notriddle:notriddle/popover-font-size, r=GuillaumeG... | Matthias Krüger | -2/+0 |
| 2022-11-15 | rustdoc: remove no-op CSS `#crate-search-div { display: inline-block }` | Michael Howell | -1/+0 |
| 2022-11-15 | rustdoc: remove pointless CSS `.rightside { padding-right: 2px }` | Michael Howell | -1/+0 |
| 2022-11-14 | rustdoc: remove no-op CSS `.main-header { justify-content }` | Michael Howell | -1/+0 |
| 2022-11-14 | rustdoc: remove no-op CSS `.popover { font-size: 1rem }` | Michael Howell | -2/+0 |