summary refs log tree commit diff
path: root/src/librustdoc/html/templates/page.html
AgeCommit message (Expand)AuthorLines
2023-01-04rustdoc: remove unnecessary wrapper around sidebar and mobile logosMichael Howell-16/+12
2022-12-19rustdoc: remove width-limiter from source pages, stop overriding CSSMichael Howell-2/+2
2022-11-23Improve accessibility:Guillaume Gomez-0/+1
2022-11-19rustdoc: fix scrape-examples JS pathMichael Howell-1/+1
2022-10-29rustdoc: add hash to filename of toolchain filesJacob Hoffman-Andrews-28/+28
2022-10-27rustdoc: remove redundant `div.search-container`Michael Howell-18/+16
2022-10-24rustdoc: remove unused `.sidebar-logo` DOM on source pagesMichael Howell-0/+2
2022-10-20rustdoc: improve appearance of source page navigation barMichael Howell-24/+22
2022-10-18rustdoc: remove class name `location` from sidebar sibling navMichael Howell-1/+1
2022-10-16rustdoc: remove unused `.sub-logo-container` DOM on non-source pagesMichael Howell-0/+2
2022-10-15rustdoc: make the help button a link to a pageMichael Howell-1/+1
2022-10-08rustdoc: remove mobile topbar from source pages instead of hiding itMichael Howell-0/+2
2022-08-25rustdoc: remove `type="text/css" from stylesheet linksMichael Howell-4/+4
2022-07-29Remove unwanted extra white space characters from HTMLGuillaume Gomez-7/+7
2022-07-14Correctly handle crate level page on docs.rs as wellGuillaume Gomez-1/+1
2022-06-23Move help popup into a pocket menu as wellGuillaume Gomez-1/+3
2022-06-20Improve loading of crates.js and sidebar-items.jsJacob Hoffman-Andrews-7/+8
2022-05-14Remove theme picker buttonGuillaume Gomez-7/+0
2022-05-14Improve settings menu displayGuillaume Gomez-3/+5
2022-04-30Move settings into full JSGuillaume Gomez-1/+0
2022-01-28rustdoc: no `shortcut` in `rel="icon"`Miguel Ojeda-1/+1
2022-01-23rustdoc: fix bump down typing search on SafariJacob Hoffman-Andrews-0/+1
2022-01-21Unify search input and buttons sizeGuillaume Gomez-11/+9
2022-01-19Move back templates into html folderGuillaume Gomez-0/+152
2022-01-10Migrate rustdoc from Tera to AskamaDirkjan Ochtman-140/+0
2022-01-05Move crate drop-down to search results pageJacob Hoffman-Andrews-5/+1
2021-12-15Apply rust-logo class only on default logoJacob Hoffman-Andrews-18/+14
2021-12-07Add missing whitespace before disabled HTML attributeGuillaume Gomez-1/+1
2021-12-05Auto merge of #91356 - GuillaumeGomez:improve-rustdoc-layout, r=jshabors-39/+54
2021-12-03Rollup merge of #91170 - jsha:preload-fonts, r=GuillaumeGomezMatthias Krüger-0/+6
2021-12-02Rename CSS class main-inner into width-limiterGuillaume Gomez-1/+1
2021-12-02Rename ID "main" into "main-content"Guillaume Gomez-1/+1
2021-12-02Fix remaining bugsGuillaume Gomez-1/+0
2021-11-29rustdoc: show logo in source sub navcynecx-37/+49
2021-11-29rustdoc: merge source sidebar into main sidebarcynecx-12/+1
2021-11-29rustdoc: fix source viewcynecx-7/+18
2021-11-29rustdoc: use flexbox to layout sidebar and main contentcynecx-32/+36
2021-11-24Consistentize the system for image URLs in CSS.Jacob Hoffman-Andrews-5/+0
2021-11-24Move themes and version into rustdoc-varsJacob Hoffman-Andrews-3/+6
2021-11-24Simplify rendering of stylesheet links into HTMLJacob Hoffman-Andrews-1/+9
2021-11-23Preload the most commonly used fonts.Jacob Hoffman-Andrews-0/+6
2021-11-20Move `scripts` on the rustdoc template into `head` and apply the `defer` attr...Ken Matsui-10/+10
2021-11-02Fix URL for scrape-examples.js in rustdoc page templateWill Crichton-3/+3
2021-10-31Hide search bar in noscript.cssJacob Hoffman-Andrews-1/+0
2021-10-06Move JS into a standalone fileWill Crichton-0/+3
2021-08-12Updates favicon order of precedence as it matters to Chromeskim-2/+2
2021-07-26Add missing whitespace after attribute in HTML templateGuillaume Gomez-1/+1
2021-06-20Use Tera templates for rustdoc.Jacob Hoffman-Andrews-0/+119