about summary refs log tree commit diff
path: root/src/librustdoc/html/static/css
AgeCommit message (Expand)AuthorLines
2022-12-16Rollup merge of #105757 - notriddle:notriddle/sub-settings, r=GuillaumeGomezMatthias Krüger-6/+0
2022-12-16Rollup merge of #105756 - notriddle:notriddle/example-wrap-tooltip, r=Guillau...Matthias Krüger-12/+6
2022-12-15rustdoc: name the source page sidebar-toggle `#src-sidebar-toggle`Michael Howell-10/+10
2022-12-15rustdoc: remove unused CSS `.sub-settings`Michael Howell-6/+0
2022-12-15rustdoc: simplify CSS for codeblock tooltipsMichael Howell-12/+6
2022-12-15Migrate Jump to def links background to CSS variableGuillaume Gomez-11/+7
2022-12-15Rollup merge of #105730 - notriddle:notriddle/item-info-before, r=GuillaumeGomezMatthias Krüger-6/+0
2022-12-15Rollup merge of #105724 - notriddle:notriddle/scrape-example-src-line-numbers...Matthias Krüger-1/+0
2022-12-14rustdoc: remove no-op CSS `.item-info:before { color }`Michael Howell-6/+0
2022-12-14rustdoc: remove no-op CSS `.scrape-example .src-line-numbers { margin: 0 }`Michael Howell-1/+0
2022-12-14rustdoc: remove unnecessary CSS `kbd { cursor: default }`Michael Howell-1/+0
2022-12-14Rollup merge of #105676 - notriddle:notriddle/impl-docblock, r=GuillaumeGomezMatthias Krüger-0/+1
2022-12-14Rollup merge of #105665 - notriddle:notriddle/popover-css-merge, r=GuillaumeG...Matthias Krüger-6/+3
2022-12-13rustdoc: add CSS margin between `impl` docblock and its itemsMichael Howell-0/+1
2022-12-13rustdoc: simplify popover CSSMichael Howell-6/+3
2022-12-13rustdoc: apply `pre-wrap` CSS to code-wrapped linksMichael Howell-2/+2
2022-12-12rustdoc: remove no-op CSS `.source pre { overflow: auto }`Michael Howell-1/+0
2022-12-09Rollup merge of #105504 - notriddle:notriddle/stab-css, r=GuillaumeGomezMatthias Krüger-27/+13
2022-12-09Rollup merge of #105480 - notriddle:notriddle/sidebar-toggle-mobile-center, r...Matthias Krüger-1/+0
2022-12-09rustdoc: make stability badge CSS more consistentMichael Howell-27/+13
2022-12-09Rollup merge of #105442 - notriddle:notriddle/docblock-table-css, r=Guillaume...Matthias Krüger-10/+7
2022-12-09Rollup merge of #105387 - willcrichton:scrape-examples-ui-improvements, r=not...Matthias Krüger-2/+35
2022-12-08rustdoc: remove no-op mobile CSS `#sidebar-toggle { text-align }`Michael Howell-1/+0
2022-12-08rustdoc: add GUI test case for docblock table colorsMichael Howell-1/+1
2022-12-07rustdoc: clean up docblock table CSSMichael Howell-10/+7
2022-12-07Improve calculation of scraped example minimized heightWill Crichton-3/+9
2022-12-07Fix rustdoc error with no providec crate-type, fix scrape examples button col...Will Crichton-0/+1
2022-12-07Include additional documentation for scrape-examples changesWill Crichton-1/+5
2022-12-07Only put title over example on large screensWill Crichton-10/+13
2022-12-07Improve several aspects of the Rustdoc scrape-examples UI.Will Crichton-2/+21
2022-12-07Rollup merge of #105403 - notriddle:notriddle/item-stab-css, r=GuillaumeGomezMatthias Krüger-4/+2
2022-12-06rustdoc: simplify CSS selectors for item table `.stab`Michael Howell-4/+2
2022-12-06Rollup merge of #105388 - notriddle:notriddle/item-stab-font-size, r=Guillaum...Matthias Krüger-1/+0
2022-12-06rustdoc: remove redundant CSS `.import-item .stab { font-size }`Michael Howell-1/+0
2022-12-06Rollup merge of #105320 - notriddle:notriddle/rustdoc-toggle-hideme-2, r=Guil...Matthias Krüger-9/+2
2022-12-06Rollup merge of #105309 - notriddle:notriddle/sidebar-margin-padding, r=Guill...Yuki Okushi-2/+0
2022-12-06Rollup merge of #104967 - willcrichton:fix-scrape-examples, r=notriddleYuki Okushi-1/+3
2022-12-05rustdoc: simplify CSS selectors on top-doc and non-exhaustive togglesMichael Howell-9/+2
2022-12-05rustdoc: remove no-op mobile CSS `.sidebar { margin: 0; padding: 0 }`Michael Howell-2/+0
2022-12-03Rollup merge of #105189 - notriddle:notriddle/rustdoc-toggle-hideme, r=Guilla...Yuki Okushi-8/+2
2022-12-02rustdoc: clean up redundant CSS on `.rustdoc-toggle.hideme`Michael Howell-8/+2
2022-12-02Rollup merge of #105155 - notriddle:notriddle/flexbox-help-settings-buttons, ...Matthias Krüger-19/+10
2022-12-02Rollup merge of #105143 - notriddle:notriddle/scraped-example-list-font, r=Gu...Matthias Krüger-3/+1
2022-12-02Rollup merge of #105132 - GuillaumeGomez:migrate-summary-toggle-to-var, r=not...Matthias Krüger-8/+4
2022-12-01rustdoc: clean up help and settings button CSSMichael Howell-13/+8
2022-12-01rustdoc: clean up button-hiding mobile CSSMichael Howell-6/+2
2022-12-01rustdoc: use simpler CSS for setting the font on scraped examplesMichael Howell-3/+1
2022-12-01Migrate summary toggle filter to CSS variableGuillaume Gomez-8/+4
2022-12-01Rollup merge of #105088 - notriddle:notriddle/search-results-div-desc, r=Guil...Matthias Krüger-1/+0
2022-11-30Rollup merge of #105086 - notriddle:notriddle/sidebar-css, r=GuillaumeGomezMatthias Krüger-7/+5