summary refs log tree commit diff
path: root/src/librustdoc/html/static/css/rustdoc.css
AgeCommit message (Expand)AuthorLines
2023-08-14Add warning block support in rustdocGuillaume Gomez-3/+23
2023-07-31rustdoc: align stability badge to baseline instead of bottomMichael Howell-0/+1
2023-07-20Remove adjustments that used to be necessary for search's crate selector appe...Frank Steffahn-9/+0
2023-07-18Fix display of aliases in rustdoc search resultsGuillaume Gomez-1/+4
2023-07-14rustdoc: use `src` consistently over `source` in JavaScriptMichael Howell-1/+1
2023-07-14rustdoc: use `src` consistently over `source` in codeMichael Howell-29/+29
2023-07-03Fix display of long inline cfg labelsGuillaume Gomez-3/+3
2023-06-28Fix display of long items in search resultsGuillaume Gomez-6/+24
2023-06-23Reduce typename width to 6.25remNoah Lev-1/+1
2023-06-23Make typenames a bit wider to support "existential type"Noah Lev-1/+1
2023-06-22Align search results horizontally for easy scanningNoah Lev-0/+2
2023-06-19rustdoc: js: change color and reduce size of typename in search resultAlexis (Poliorcetics) Bourget-0/+4
2023-06-03Move type name directly into the same DOM elementGuillaume Gomez-13/+0
2023-06-02Improve new search result display on mobileGuillaume Gomez-0/+8
2023-06-02Move item kind before the item nameGuillaume Gomez-0/+5
2023-06-02Add search result item types after their nameGuillaume Gomez-2/+2
2023-05-23rustdoc: add hover indicator for notable trait tooltipMichael Howell-0/+4
2023-05-23rustdoc: add interaction delays for tooltip popoversMichael Howell-0/+8
2023-04-17rustdoc: restructure type search engine to pick-and-use IDsMichael Howell-0/+4
2023-04-12rustdoc: use CSS `overscroll-behavior` instead of JavaScriptMichael Howell-1/+2
2023-04-06Rollup merge of #109977 - notriddle:notriddle/data-nosnippet, r=jsha,the8472Matthias Krüger-7/+7
2023-04-05rustdoc: avoid including line numbers in Google SERP snippetsMichael Howell-7/+7
2023-04-05Improve display of logo on very small screensGuillaume Gomez-1/+6
2023-04-04Move scrollbar on the <main> element rather than only on the code block to im...Guillaume Gomez-0/+4
2023-03-23rustdoc: remove old `content` hack for theme switchingMichael Howell-15/+0
2023-03-23rustdoc: clean up `storage.js`Michael Howell-1/+1
2023-03-21rustdoc: remove redundant `.content` prefix from span/a colorsMichael Howell-21/+21
2023-03-02Put backtick content from rustdoc search errors into a <code> elementsGuillaume Gomez-0/+5
2023-02-19Rollup merge of #107783 - notriddle:notriddle/item-table-ul, r=GuillaumeGomezDylan DPC-7/+9
2023-02-13Rollup merge of #107340 - notriddle:notriddle/simplify-doctest-tooltip, r=Gui...Matthias Krüger-45/+9
2023-02-12rustdoc: use tighter line height in h1 and h2Michael Howell-0/+8
2023-02-07rustdoc: simplify DOM for `.item-table`Michael Howell-7/+9
2023-02-04rustdoc: trait bound formattingRoland Strasser-0/+1
2023-02-03Replace nbsp in all rustdoc code blocksMichael Howell-0/+2
2023-02-02Rollup merge of #107531 - GuillaumeGomez:inline-images-in-css, r=notriddleMatthias Krüger-4/+13
2023-02-01Inline CSS background images directly into the CSSGuillaume Gomez-4/+13
2023-01-31Rollup merge of #107527 - notriddle:notriddle/wcagcontrast, r=GuillaumeGomezGuillaume Gomez-4/+0
2023-01-31Rollup merge of #107354 - tspiteri:source-serif-4.005, r=GuillaumeGomezGuillaume Gomez-3/+11
2023-01-31rustdoc: stop making unstable items transparentMichael Howell-4/+0
2023-01-31Rollup merge of #107477 - GuillaumeGomez:css-var, r=notriddleYuki Okushi-0/+8
2023-01-30Migrate last part of CSS themes to CSS variablesGuillaume Gomez-0/+8
2023-01-30rustdoc: remove unnecessary wrapper div.item-decl from HTMLMichael Howell-1/+1
2023-01-27rustdoc: merge doctest tooltip with notable traits tooltipMichael Howell-45/+9
2023-01-27add comment to rustdoc.css on updating filename suffixesTrevor Spiteri-0/+8
2023-01-27rustdoc: update Source Serif 4 from 4.004 to 4.005Trevor Spiteri-3/+3
2023-01-26rustdoc: remove mostly-unused CSS classes import/module-itemMichael Howell-2/+1
2023-01-24rustdoc: prevent scroll bar on source viewerKaDiWa-1/+1
2023-01-23Rollup merge of #107186 - GuillaumeGomez:correct-pseudo-element-selector, r=n...Dylan DPC-4/+4
2023-01-22Rollup merge of #107152 - GuillaumeGomez:migrate-to-css-var, r=notriddleMatthias Krüger-0/+6
2023-01-22Use correct pseudo-element selectorGuillaume Gomez-4/+4