summary refs log tree commit diff
path: root/src/librustdoc/html/static/css/rustdoc.css
AgeCommit message (Expand)AuthorLines
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
2023-12-05Make headings anchor hidden by default and show on hoverGuillaume Gomez-3/+19
2023-12-05Rework doc blocks headings by not turning them into links anymore and putting...Guillaume Gomez-0/+3
2023-11-30rustdoc: `div.where` instead of fmt-newline classMichael Howell-5/+2
2023-11-29rustdoc: remove small from `small-section-header`Michael Howell-5/+5
2023-10-23Rollup merge of #105666 - notriddle:notriddle/stab-baseline, r=GuillaumeGomezMatthias Krüger-0/+1
2023-10-11rustdoc: avoid whole page layout on each frameMichael Howell-4/+14
2023-10-11rustdoc: bundle sidebar button icon into CSSMichael Howell-1/+22
2023-10-11rustdoc: enforce BODY_MIN constraint on sidebar resizeMichael Howell-7/+12
2023-10-11rustdoc: allow resizing the sidebarMichael Howell-7/+124
2023-10-08Clean up subversion layoutMichael Howell-0/+5
2023-10-08rustdoc: clean up the In [name] up-pointerMichael Howell-1/+1
2023-10-08rustdoc: align crate name with search barMichael Howell-5/+27
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-2/+3
2023-10-08rustdoc: clean up the layout for annotated version numbersMichael Howell-0/+1
2023-10-08rustdoc: show crate name beside small logoMichael Howell-12/+45
2023-09-19rustdoc: add test cases, and fix, search tabsMichael Howell-4/+8
2023-09-15rustdoc: merge theme css into rustdoc.cssMichael Howell-0/+410
2023-09-13Merge settings.css into rustdoc.cssGuillaume Gomez-0/+64