about summary refs log tree commit diff
path: root/src/librustdoc/html/static/css/rustdoc.css
AgeCommit message (Expand)AuthorLines
2022-11-26Rollup merge of #104928 - notriddle:notriddle/sidebar-toggle-flexbox, r=Guill...Guillaume Gomez-9/+3
2022-11-26Rollup merge of #104899 - notriddle:notriddle/help-dt, r=GuillaumeGomezMatthias Krüger-1/+0
2022-11-25rustdoc: use flexbox CSS to align sidebar button instead of positionMichael Howell-9/+3
2022-11-25rustdoc: remove no-op CSS `#help dt { display: block }`Michael Howell-1/+0
2022-11-25rustdoc: remove `cursor: pointer` from unclickable tooltipMichael Howell-1/+0
2022-11-25Rollup merge of #104849 - GuillaumeGomez:source-code-sidebar-css-migration, r...Matthias Krüger-0/+7
2022-11-24Migrate source code elements style to CSS variablesGuillaume Gomez-0/+7
2022-11-24Rollup merge of #104792 - notriddle:notriddle/crate-search-title-display, r=G...Matthias Krüger-2/+1
2022-11-24Rollup merge of #104772 - GuillaumeGomez:small-accessibility-improvement, r=n...Matthias Krüger-3/+0
2022-11-23rustdoc: simplify `.search-results-title` CSSMichael Howell-2/+1
2022-11-23Rollup merge of #104744 - notriddle:notriddle/struct-fields-display-block, r=...Dylan DPC-0/+2
2022-11-23Improve accessibility:Guillaume Gomez-3/+0
2022-11-22rustdoc: make struct fields `display: block`Michael Howell-0/+2
2022-11-22rustdoc: remove no-op CSS `a.test-arrow { display: inline-block }`Michael Howell-1/+0
2022-11-22rustdoc: remove no-op CSS `.popover::before { display: inline-block }`Michael Howell-1/+0
2022-11-22Rollup merge of #104666 - GuillaumeGomez:migrate-alias-search-result, r=notri...Matthias Krüger-0/+7
2022-11-21Migrate search result alias to CSS variablesGuillaume Gomez-0/+7
2022-11-20rustdoc: factor out common button CSSMichael Howell-8/+4
2022-11-20Rollup merge of #104640 - GuillaumeGomez:migrate-kdb-css, r=notriddleMatthias Krüger-0/+3
2022-11-20Rollup merge of #104611 - notriddle:notriddle/scrape-examples-button, r=Guill...Matthias Krüger-0/+6
2022-11-20Migrate kdb colors to CSS variablesGuillaume Gomez-0/+3
2022-11-19rustdoc: use real buttons for scrape examples controlsMichael Howell-0/+6
2022-11-19Rollup merge of #104604 - GuillaumeGomez:migrate-top-button-to-css-var, r=not...Matthias Krüger-0/+6
2022-11-19Migrate top buttons style to CSS variablesGuillaume Gomez-0/+6
2022-11-18Auto merge of #104591 - Manishearth:rollup-b3ser4e, r=Manishearthbors-9/+3
2022-11-18Rollup merge of #104556 - notriddle:notriddle/variant, r=GuillaumeGomezManish Goregaokar-9/+3
2022-11-18Rollup merge of #104516 - notriddle:notriddle/flex-basis-sidebar-width, r=Gui...Matthias Krüger-9/+4
2022-11-17rustdoc: use `code-header` class to format enum variantsMichael Howell-9/+3
2022-11-17Rollup merge of #104532 - GuillaumeGomez:migrate-tooltip-css, r=notriddleMatthias Krüger-2/+4
2022-11-17Migrate tooltip style to CSS variablesGuillaume Gomez-2/+4
2022-11-16rustdoc: clean up sidebar width CSSMichael Howell-9/+4
2022-11-16rustdoc: remove redundant font-color CSS on `.where`Michael Howell-4/+1
2022-11-16Rollup merge of #104466 - notriddle:notriddle/crate-search-div-display, r=Gui...Matthias Krüger-1/+0
2022-11-16Rollup merge of #104462 - notriddle:notriddle/rightside-padding-right, r=Guil...Matthias Krüger-1/+0
2022-11-16Rollup merge of #104425 - notriddle:notriddle/main-heading-justify-content, r...Matthias Krüger-1/+0
2022-11-16Rollup merge of #104424 - notriddle:notriddle/popover-font-size, r=GuillaumeG...Matthias Krüger-2/+0
2022-11-15rustdoc: remove no-op CSS `#crate-search-div { display: inline-block }`Michael Howell-1/+0
2022-11-15rustdoc: remove pointless CSS `.rightside { padding-right: 2px }`Michael Howell-1/+0
2022-11-14rustdoc: remove no-op CSS `.main-header { justify-content }`Michael Howell-1/+0
2022-11-14rustdoc: remove no-op CSS `.popover { font-size: 1rem }`Michael Howell-2/+0
2022-11-13rustdoc: remove unused CSS `code { opacity: 1 }`Michael Howell-4/+0
2022-11-13Rollup merge of #104323 - notriddle:notriddle/scrape-help-background, r=Guill...Yuki Okushi-1/+0
2022-11-13Rollup merge of #104177 - notriddle:notriddle/js-notable-trait-v2, r=Guillaum...Yuki Okushi-52/+19
2022-11-13Rollup merge of #103650 - notriddle:notriddle/line-anchors, r=GuillaumeGomezYuki Okushi-5/+7
2022-11-12rustdoc: avoid excessive HTML generated in example sourcesMichael Howell-2/+3
2022-11-12rustdoc: remove no-op CSS `.scrape-help { background: transparent }`Michael Howell-1/+0
2022-11-12Fix impossibility to click on source linkGuillaume Gomez-2/+0
2022-11-11rustdoc: use consistent "popover" styling for notable traitsMichael Howell-54/+19
2022-11-11Auto merge of #104293 - Manishearth:rollup-xj92d0k, r=Manishearthbors-9/+14
2022-11-11Rollup merge of #104129 - notriddle:notriddle/102576-js-notable-trait, r=Mani...Manish Goregaokar-9/+14