about summary refs log tree commit diff
path: root/src/librustdoc/html/static/css
AgeCommit message (Expand)AuthorLines
2022-11-04Rollup merge of #103940 - notriddle:notriddle/main-content-item-info-margin-t...Matthias Krüger-1/+0
2022-11-04Rollup merge of #103938 - notriddle:notriddle/search-results-border-bottom, r...Matthias Krüger-2/+1
2022-11-04Rollup merge of #103905 - notriddle:notriddle/sidebar-elems-background, r=Gui...Matthias Krüger-1/+0
2022-11-03rustdoc: remove no-op CSS `#main-content > .item-info { margin-top: 0 }`Michael Howell-1/+0
2022-11-03rustdoc: clean up hardcoded CSS border color on search resultsMichael Howell-2/+1
2022-11-02rustdoc: remove redundant mobile CSS `.sidebar-elems { background }`Michael Howell-1/+0
2022-11-02Rollup merge of #103890 - notriddle:notriddle/mobile-rustdoc-padding-top, r=G...Matthias Krüger-1/+0
2022-11-02rustdoc: remove unused mobile CSS `.rustdoc { padding-top: 0 }`Michael Howell-1/+0
2022-11-01rustdoc: simplify mobile item-table CSSMichael Howell-8/+1
2022-11-01Rollup merge of #103817 - notriddle:notriddle/attribute-css, r=GuillaumeGomezDylan DPC-1/+1
2022-11-01Rollup merge of #103813 - notriddle:notriddle/search-results-clear-both, r=Gu...Dylan DPC-2/+0
2022-11-01Rollup merge of #103793 - notriddle:notriddle/rustdoc-toggle-in-impl-items, r...Yuki Okushi-6/+8
2022-10-31rustdoc: remove left border from `.src-line-numbers > a`Michael Howell-3/+5
2022-10-31rustdoc: change `.src-line-numbers > span` to `.src-line-numbers > a`Michael Howell-3/+2
2022-10-31rustdoc: rename syntax highlighting CSS class `attribute` to `attr`Michael Howell-1/+1
2022-10-31rustdoc: remove unnecessary CSS `.search-results { clear: both }`Michael Howell-2/+0
2022-10-30rustdoc: add margins to all impl-item toggles, not just methodsMichael Howell-6/+8
2022-10-30Rollup merge of #101944 - notriddle:notriddle/toggle-all-docs, r=jsha,Guillau...Michael Howell-4/+11
2022-10-30Rollup merge of #103740 - notriddle:notriddle/search-results-padding-bottom, ...Dylan DPC-1/+0
2022-10-30Rollup merge of #103737 - notriddle:notriddle/margin, r=GuillaumeGomezMatthias Krüger-10/+3
2022-10-30Rollup merge of #103722 - GuillaumeGomez:cleanup-code-example-css, r=notriddleMatthias Krüger-21/+12
2022-10-29rustdoc: add hash to filename of toolchain filesJacob Hoffman-Andrews-12/+12
2022-10-29rustdoc: remove unnecessary `.search-results { padding-bottom }`Michael Howell-1/+0
2022-10-29rustdoc: use CSS margin/padding shorthand when all are being setMichael Howell-10/+3
2022-10-29Fix z-indexes of code example feature and cleanup its CSSGuillaume Gomez-21/+12
2022-10-29Rollup merge of #103663 - notriddle:notriddle/search-container, r=GuillaumeGomezMatthias Krüger-12/+7
2022-10-28Rollup merge of #103643 - notriddle:notriddle/summary-focus-visible, r=Guilla...Matthias Krüger-4/+2
2022-10-28Rollup merge of #103585 - GuillaumeGomez:source-line-css, r=notriddleMatthias Krüger-31/+17
2022-10-27rustdoc: remove redundant `div.search-container`Michael Howell-12/+7
2022-10-27rustdoc: stop hiding focus outlines on non-rustdoc-toggle details tagsMichael Howell-4/+2
2022-10-27Rollup merge of #103616 - rust-lang:notriddle/moz-box-sizing, r=GuillaumeGomezMatthias Krüger-3/+1
2022-10-27Migrate line numbers CSS to CSS variablesGuillaume Gomez-31/+17
2022-10-27Rollup merge of #103592 - notriddle:notriddle/notable-traits-notable, r=Guill...Matthias Krüger-1/+1
2022-10-26rustdoc: remove CSS workaround for Firefox 29Michael Howell-3/+1
2022-10-27Rollup merge of #103537 - notriddle:notriddle/line-numbers, r=GuillaumeGomezYuki Okushi-32/+19
2022-10-26rustdoc: remove redundant CSS selector `.notable-traits .notable`Michael Howell-1/+1
2022-10-26Update src/librustdoc/html/static/css/rustdoc.cssMichael Howell-1/+2
2022-10-25rustdoc: add visible focus outline to rustdoc-toggleMichael Howell-0/+8
2022-10-25rustdoc: combine shared CSS between `.*-line-numbers`Michael Howell-32/+19
2022-10-25Rollup merge of #103494 - notriddle:notriddle/test-arrow-hover, r=GuillaumeGomezYuki Okushi-3/+0
2022-10-25Rollup merge of #103493 - notriddle:notriddle/source-sidebar-logo, r=Guillaum...Yuki Okushi-4/+4
2022-10-24rustdoc: remove redundant CSS `a.test-arrow:hover`Michael Howell-3/+0
2022-10-24rustdoc: fix weird toggle-all-docs style in iOSMichael Howell-0/+3
2022-10-24rustdoc: clean up `#toggle-all-docs`Michael Howell-4/+8
2022-10-24rustdoc: remove unused `.sidebar-logo` DOM on source pagesMichael Howell-4/+4
2022-10-23rustdoc: remove no-op CSS `.source pre.rust { white-space: pre }`Michael Howell-1/+0
2022-10-23Rollup merge of #103424 - notriddle:notriddle/code-header-border-bottom-none,...Michael Howell-1/+0
2022-10-22rustdoc: remove no-op CSS `.code-header { border-bottom: none }`Michael Howell-1/+0
2022-10-21rustdoc: remove unused CSS class `.result-description`Michael Howell-3/+3
2022-10-22Rollup merge of #103370 - notriddle:notriddle/out-of-band, r=GuillaumeGomezMatthias Krüger-1/+0