about summary refs log tree commit diff
path: root/src/librustdoc/html/static/css
AgeCommit message (Expand)AuthorLines
2021-10-18* Remove left margin on items declaration at the top of their documentation pageGuillaume Gomez-4/+7
2021-10-12rustdoc: update noto sans krShinwoo Park-3/+4
2021-10-11Cleanup .item-table CSSStefan Schindler-1/+1
2021-10-11Rollup merge of #89736 - GuillaumeGomez:rm-unused-css-rule, r=dns2utf8Matthias Krüger-2/+0
2021-10-10Remove unused CSS ruleGuillaume Gomez-2/+0
2021-10-10Fix <code> blocks in doc blocks display on mobileGuillaume Gomez-0/+4
2021-10-08Move more scrape-examples logic from JS to rustWill Crichton-0/+1
2021-10-07Move some expansion logic into generation-time, fix section header links, rem...Will Crichton-4/+8
2021-10-06Update to latest rustc and rustdoc stylesWill Crichton-4/+4
2021-10-06Incorporate jyn's feedbackWill Crichton-4/+0
2021-10-06Add styles for non-white themesWill Crichton-1/+47
2021-10-06Reduce blur size, fix example width bug, add better error handling for I/O is...Will Crichton-4/+9
2021-10-06Move highlighting logic from JS to RustWill Crichton-9/+13
2021-10-06Sort examples by sizeWill Crichton-9/+49
2021-10-06Generate example source files with corresponding linksWill Crichton-1/+1
2021-10-06Factor scraping and rendering into separate calls to rustdocWill Crichton-8/+5
2021-10-06Fix check issueWill Crichton-1/+2
2021-10-06Add updated support for example-analyzerWill Crichton-0/+107
2021-10-06Rollup merge of #89506 - yaymukund:docblock-headings, r=GuillaumeGomezManish Goregaokar-13/+12
2021-10-06Restore h1 styles, which got accidentally removed.Mukund Lakshman-3/+3
2021-10-04librustdoc: Use correct heading levels.Mukund Lakshman-13/+12
2021-10-03Move from grid layout to table based layout because of browser limits that ov...Stefan Schindler-10/+9
2021-09-17Add rustdoc version into the help popupGuillaume Gomez-9/+18
2021-09-12Fix invalid background for jump-to-def links in source code pagesGuillaume Gomez-1/+1
2021-09-08Wrap <table> elements into <div> to prevent breaking layout and widthGuillaume Gomez-0/+5
2021-08-28Fix code blocks color in ayu themeGuillaume Gomez-1/+1
2021-08-19Rollup merge of #88093 - Kobzol:rustdoc-wrap-code-in-code-tag, r=GuillaumeGomezGuillaume Gomez-1/+0
2021-08-19[rustdoc] Wrap code blocks in <code> tagJakub Beránek-1/+0
2021-08-18Rollup merge of #88111 - GuillaumeGomez:background-color-jump-to-def, r=jhprattGuillaume Gomez-0/+9
2021-08-18Fix anchors display in rustdocGuillaume Gomez-5/+9
2021-08-17Add background-color on clickable definitions in source codeGuillaume Gomez-0/+9
2021-08-08Fix heading colours in Ayu themeKlim Tsoutsman-1/+1
2021-08-05Underline source code links on hoverGuillaume Gomez-0/+4
2021-08-03Simplify usage of CSS background-imageGuillaume Gomez-12/+8
2021-08-03Use empty string instead of single spaceMichael Howell-2/+2
2021-08-03Pull the "Expand" / "Collapse" text to the end of the line, instead of startMichael Howell-7/+17
2021-08-03Rustdoc accessibility: use an icon for the [-]/[+] controlsMichael Howell-6/+58
2021-07-25Auto merge of #87390 - notriddle:notriddle/rustdoc-headers-patch, r=Guillaume...bors-8/+15
2021-07-25Rustdoc accessibility: use real headers for doc itemsbors-8/+15
2021-07-23Rollup merge of #87376 - Thomasdezeeuw:rustdoc-large-logo, r=GuillaumeGomezYuki Okushi-0/+1
2021-07-22Don't hide fields of enum struct variantsNoah Lev-1/+1
2021-07-22Change rustdoc logo to use the full container sizeThomas de Zeeuw-0/+1
2021-07-21Rollup merge of #87230 - GuillaumeGomez:docblock-table-overflow, r=notriddleGuillaume Gomez-4/+5
2021-07-19Rollup merge of #87251 - GuillaumeGomez:item-info-width, r=notriddleGuillaume Gomez-0/+3
2021-07-18Fix item info displayGuillaume Gomez-0/+3
2021-07-18Fix <table> overflow in doc blocksGuillaume Gomez-4/+5
2021-07-17Remove redundant CSSMichael Howell-1/+0
2021-07-17Rustdoc accessibility: make the sidebar headers actual headersMichael Howell-0/+5
2021-07-16Rollup merge of #87180 - notriddle:notriddle/sidebar-keyboard-mobile, r=Guill...Guillaume Gomez-1/+2
2021-07-16feat(rustdoc): open sidebar menu when links inside it are focusedMichael Howell-1/+2