| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-01-21 | Add possibility to have multiple themes | Guillaume Gomez | -353/+0 | |
| 2018-01-20 | Rollup merge of #46938 - hellow554:rustdoc-kbd-style, r=GuillaumeGomez | Guillaume Gomez | -5/+8 | |
| add kbd style tag to main.css in rustdoc Added css style for kbd tags so they actually look like keys. Result preview and discussion was going on in #46900 . | ||||
| 2018-01-18 | converted space to tab in css files | Marcel Hellwig | -6/+5 | |
| 2018-01-15 | extended dt with kbd tags | Marcel Hellwig | -5/+0 | |
| removed styling of dt tages, which would make them look like keys and added <kbd> tag inside of dt tag. Added css style for kbd and removed some stylings for dt | ||||
| 2017-12-22 | moved colors of kbd tag into main.css | Marcel Hellwig | -0/+9 | |
| 2017-12-20 | Fix sidebar on ios | Guillaume Gomez | -1/+6 | |
| 2017-12-11 | Fix mobile doc style and improve search bar | Guillaume Gomez | -0/+13 | |
| 2017-12-02 | Move colors to main.css | Guillaume Gomez | -0/+89 | |
| 2017-11-15 | Support `extern type` in rustdoc. | kennytm | -0/+2 | |
| Fixes #45640. | ||||
| 2017-10-09 | Add tabs for search for better information access | Guillaume Gomez | -0/+4 | |
| Make tabs work | ||||
| 2017-09-11 | Add arrow and improve display | Guillaume Gomez | -3/+27 | |
| 2017-09-11 | Add class for codeblocks | Guillaume Gomez | -0/+8 | |
| 2017-08-22 | Fixed changes to .in-band CSS | Jouan Amate | -0/+9 | |
| :target will specifically override .in-band background | ||||
| 2017-08-18 | Add links for impls | Jouan Amate | -3/+0 | |
| Implements a solution for issue #23552 | ||||
| 2017-08-10 | Implemented #[doc(cfg(...))]. | kennytm | -0/+1 | |
| This attribute has two effects: 1. Items with this attribute and their children will have the "This is supported on **** only" message attached in the documentation. 2. The items' doc tests will be skipped if the configuration does not match. | ||||
| 2017-08-06 | Fix invalid background highlights and add missing colors | Guillaume Gomez | -19/+24 | |
| 2017-08-03 | Update highlight colors | Guillaume Gomez | -2/+3 | |
| 2017-08-03 | Invert constant and function color | Guillaume Gomez | -2/+2 | |
| 2017-08-02 | Improve functions | Guillaume Gomez | -1/+1 | |
| 2017-08-02 | Improve color theme for color blind issues | Guillaume Gomez | -1/+7 | |
| 2017-03-28 | Make the rustdoc sidebar white on `src` pages | Wesley Wiser | -0/+4 | |
| Fixes #40724 | ||||
| 2017-03-21 | Remove duplicate style classes | Cldfire | -8/+0 | |
| 2017-03-09 | Clean up rustdoc css | Guillaume Gomez | -31/+83 | |
| 2017-03-06 | Improve the style of the sidebar in rustdoc output | Wesley Wiser | -1/+10 | |
| Makes the sidebar a light grey and highlights the currently viewed item in the sidebar more prominently. All visual design credit goes to @johnwhelchel (#37856) | ||||
| 2016-12-13 | rustdoc: Fix invalid HTML in stability notices | Oliver Middleton | -6/+2 | |
| `em` tags cannot contain `p` tags so just use a `div` instead. | ||||
| 2016-09-17 | border-color > border | Eitan Adler | -1/+1 | |
| 2016-09-09 | rustdoc: more docblock-short styles | Liigo | -2/+2 | |
| 2016-08-17 | Review changes | Nick Cameron | -1/+1 | |
| 2016-06-04 | rustdoc: Fix a few missing colors in the CSS | Oliver Middleton | -2/+3 | |
| This adds color to some of the search results and sidebar items which were missing. | ||||
| 2016-05-24 | Fix invalid background color in stability elements | Guillaume Gomez | -0/+4 | |
| 2016-05-05 | Improve rustdoc css of "source" and "since" elements | ggomez | -0/+3 | |
| 2016-02-16 | Add crates to search-index | mitaa | -1/+1 | |
| 2016-01-20 | tweak trait css | Steve Klabnik | -1/+1 | |
| 2016-01-20 | tweak colors for a11y | Steve Klabnik | -1/+1 | |
| 2015-12-04 | Split rustdoc css to modify it more easily | Guillaume Gomez | -0/+125 | |
