summary refs log tree commit diff
path: root/src/librustdoc/html/static/css/rustdoc.css
AgeCommit message (Expand)AuthorLines
2024-09-01Fix wrong rounded corners when line numbers are displayed on code examplesGuillaume Gomez-1/+17
2024-08-31Unify scraped examples with other code examplesGuillaume Gomez-73/+42
2024-08-20rustdoc: consistentify `#TOC` and `#ModNav` to lowercaseMichael Howell-2/+2
2024-08-20Add configuration options to hide TOC or module navigationMichael Howell-2/+10
2024-08-20Add Top TOC support to rustdocMichael Howell-1/+5
2024-08-19rustdoc: animate the `:target` highlightMichael Howell-0/+13
2024-08-05Unify run button display with "copy code" button and with mdbook buttonsGuillaume Gomez-33/+21
2024-08-03rustdoc: make the hover trail for doc anchors a bit biggerMichael Howell-1/+1
2024-07-30Rollup merge of #128339 - GuillaumeGomez:click-code-example, r=notriddleMatthias Krüger-1/+14
2024-07-29Make the buttons remain when code example is clickedGuillaume Gomez-1/+14
2024-07-29rustdoc: properly handle path wrappingMichael Howell-1/+4
2024-07-28Rollup merge of #125779 - GuillaumeGomez:copy-code, r=rustdoc-teamGuillaume Gomez-27/+66
2024-07-21rustdoc: revert spacing change in item-tableMichael Howell-1/+0
2024-07-21Rollup merge of #128023 - Kijewski:pr-table-width, r=notriddleJubilee-0/+1
2024-07-21rustdoc: short descr. cause word-breaks in tablesRené Kijewski-0/+1
2024-07-20Fix stab display in doc blocksGuillaume Gomez-0/+4
2024-07-19Rollup merge of #127963 - GuillaumeGomez:fix-logo-display, r=notriddleMatthias Krüger-1/+0
2024-07-19Fix display of logo "border"Guillaume Gomez-1/+0
2024-07-18Wrap too long item name and improve the item list display a bitGuillaume Gomez-0/+8
2024-07-18Unify UI between code block buttons and top buttonsGuillaume Gomez-7/+14
2024-07-18Make "copy code" button the same size as the "copy path" buttonGuillaume Gomez-23/+11
2024-07-18Add copy code buttonGuillaume Gomez-19/+63
2024-07-15rustdoc: make sidebar highlight cover whole click targetMichael Howell-2/+41
2024-07-15Create new CSS class for "big toggles"Guillaume Gomez-2/+2
2024-07-15Fix styleGuillaume Gomez-0/+5
2024-07-15doc: Fold inline methods from DerefLzu Tao-0/+5
2024-07-01rustdoc: click target for sidebar items flush leftMichael Howell-4/+12
2024-05-05Fix bad color for setting cog in ayu themeGuillaume Gomez-0/+4
2024-04-28Add some missing comments to describe what the inlined SVG isGuillaume Gomez-0/+4
2024-04-28Inline `wheel.svg` into CSSGuillaume Gomez-1/+14
2024-04-28Inline `clipboard.svg` into CSSGuillaume Gomez-1/+11
2024-04-17Fix copy-path buttonGuillaume Gomez-7/+10
2024-04-09rustdoc: load icons from css instead of inlineMichael Howell-2/+18
2024-04-03Default to light theme is JS is enabled but not workingGuillaume Gomez-1/+7
2024-02-18Rollup merge of #120526 - GuillaumeGomez:mobile-long-crate-name, r=notriddleLeón Orell Valerian Liehr-6/+1
2024-01-31rustdoc: Correctly handle long crate names on mobileGuillaume Gomez-6/+1
2024-01-29Improve display of crate name when hoveredGuillaume Gomez-4/+2
2024-01-19Rollup merge of #117662 - GuillaumeGomez:links-in-headings, r=notriddleMatthias Krüger-1/+20
2024-01-01use css variable for z-index of the sidebarLukas Markeffsky-5/+5
2023-12-31rustdoc ui: adjust tooltip z-index to be above sidebarLukas Markeffsky-1/+1
2023-12-31Auto merge of #119066 - notriddle:notriddle/sidebar-source-redesign, r=Guilla...bors-93/+75
2023-12-24Fix display of warning block if it is first element of the top doc blockGuillaume Gomez-0/+3
2023-12-19Fix corner cases when dealing with mobile modeMichael Howell-6/+9
2023-12-18Use folder icon instead of hamburger and sidebarMichael Howell-17/+26
2023-12-18Add border bottom for source sidebar title areaMichael Howell-8/+3
2023-12-18Stop using the trigram of heaven as a hamburger buttonMichael Howell-7/+20
2023-12-18Add back the columnMichael Howell-18/+15
2023-12-17rustdoc: clean up source sidebar hide buttonMichael Howell-87/+52
2023-12-15Rollup merge of #115660 - notriddle:notriddle/sidebar-resize, r=GuillaumeGomezGuillaume Gomez-9/+162
2023-12-07Fix display of features in rustdocGuillaume Gomez-9/+12