summary refs log tree commit diff
path: root/src/librustdoc/html/static/rustdoc.css
AgeCommit message (Collapse)AuthorLines
2017-11-12Add elements count in tab search titleGuillaume Gomez-0/+6
2017-11-07Add "-" shortcutGuillaume Gomez-1/+2
2017-11-01Rollup merge of #45450 - GuillaumeGomez:overlap-link, r=QuietMisdreavuskennytm-1/+11
Fix title heading overlap in rust doc Fixes #45158. To be noted that this margin only appears when a title is the first element. <img width="1440" alt="screen shot 2017-10-22 at 16 08 44" src="https://user-images.githubusercontent.com/3050060/31862746-6411070e-b743-11e7-9a75-4159e1f7f1d6.png"> r? @rust-lang/docs
2017-10-27Improve sidebar rendering and add methods listGuillaume Gomez-6/+21
2017-10-26Rollup merge of #45212 - GuillaumeGomez:sidebar-fixed, r=QuietMisdreavuskennytm-2/+3
Limit the sidebar height The sidebar is now fixed, which means its scrolling is independent of the main page now. r? @rust-lang/docs
2017-10-24Show src button and function version on mobile versionGuillaume Gomez-2/+6
2017-10-24Fix the sidebar heightGuillaume Gomez-2/+3
2017-10-22Remove useless top margin on first headingGuillaume Gomez-0/+1
2017-10-22Fix title heading overlap in rust docGuillaume Gomez-1/+10
2017-10-19Auto merge of #45288 - GuillaumeGomez:tab-key-binding, r=QuietMisdreavusbors-1/+1
Save the highlighted item when switching tab To be merged after #45281. r? @rust-lang/docs
2017-10-14Save current highlighted item in search tabGuillaume Gomez-1/+1
2017-10-14Remove terribly useless and problematic margin when searching on mobileGuillaume Gomez-0/+4
2017-10-13Rollup merge of #45245 - stjepang:more-padding-between-impls, r=QuietMisdreavuskennytm-1/+1
Rustdoc: Increase padding between consecutive impls Currently, [implementors](https://doc.rust-lang.org/nightly/std/iter/trait.IntoIterator.html#implementors) list is a bit too condensed. More spacing makes the list easier to read. Check out [this comment](https://github.com/rust-lang/rust/issues/41879#issuecomment-333121118) to see what's the effect of this change. Closes #41879. cc @QuietMisdreavus
2017-10-13Rollup merge of #45240 - GuillaumeGomez:mobile-sidebar-improvements, ↵kennytm-5/+7
r=QuietMisdreavus Mobile sidebar improvements Very small changes, I just made the width of the sidebar of 100% and centered vertically both items a bit more: <img width="1440" alt="screen shot 2017-10-12 at 20 00 47" src="https://user-images.githubusercontent.com/3050060/31511496-302bb474-af88-11e7-8dab-2c88799eafcc.png"> r? @rust-lang/docs
2017-10-13Auto merge of #45055 - GuillaumeGomez:search-tabs, r=QuietMisdreavusbors-0/+26
Add tabs for search for better information access A few screenshots: <img width="1440" alt="screen shot 2017-10-06 at 00 54 51" src="https://user-images.githubusercontent.com/3050060/31256148-032c1a06-aa31-11e7-8e4c-fec59786b8e6.png"> <img width="1440" alt="screen shot 2017-10-06 at 00 54 58" src="https://user-images.githubusercontent.com/3050060/31256150-03312cb2-aa31-11e7-86f7-8c9f0d8d6d4f.png"> <img width="1440" alt="screen shot 2017-10-06 at 00 55 00" src="https://user-images.githubusercontent.com/3050060/31256149-0330d456-aa31-11e7-8f89-3b3c824e30b4.png"> r? @rust-lang/docs cc @killercup @QuietMisdreavus
2017-10-12Increase padding between consecutive implsStjepan Glavina-1/+1
2017-10-12Small improvement for the sidebar on mobile devicesGuillaume Gomez-5/+7
2017-10-09Add tabs for search for better information accessGuillaume Gomez-0/+26
Make tabs work
2017-10-09let rustdoc print the crate version into docsQuietMisdreavus-0/+9
2017-10-01rustdoc: Style of [src] link for trait implementorsVitaly _Vi Shukela-1/+8
A change suggested by @GuillaumeGomez and @QuietMisdreavus. Also slight reindenting of the appropriate CSS section.
2017-09-24Rollup merge of #44789 - GuillaumeGomez:fix-rustdoc-display, r=QuietMisdreavusGuillaume Gomez-1/+1
Fix warning position in rustdoc code blocks Before: <img width="1440" alt="screen shot 2017-09-23 at 14 07 08" src="https://user-images.githubusercontent.com/3050060/30773382-b9649288-a06f-11e7-94ec-faa3c3ed999b.png"> After: <img width="1440" alt="screen shot 2017-09-23 at 14 58 31" src="https://user-images.githubusercontent.com/3050060/30773384-bdfc9f3e-a06f-11e7-9030-9fb8a5308668.png"> r? @QuietMisdreavus
2017-09-23Fix warning position in rustdoc code blocksGuillaume Gomez-1/+1
2017-09-18Rollup merge of #44671 - GuillaumeGomez:run-button, r=steveklabnikAlex Crichton-0/+5
Fix run button r? @QuietMisdreavus Before: ![before](https://user-images.githubusercontent.com/3050060/30538927-612c6a44-9c70-11e7-9ca2-f3860d880b95.png) After: ![after](https://user-images.githubusercontent.com/3050060/30538929-6416ea0e-9c70-11e7-990a-7e4fbf5d7319.png) Quite urgent.
2017-09-18Fix run buttonGuillaume Gomez-0/+5
2017-09-17Add more links and put the link character to the leftGuillaume Gomez-2/+10
2017-09-11Add arrow and improve displayGuillaume Gomez-1/+41
2017-08-30Fix invalid display of enum sub-fields docsGuillaume Gomez-5/+9
2017-08-28Fix invalid linker positionGuillaume Gomez-1/+6
2017-08-26Rollup merge of #43979 - Jouan:Add-links-for-impls, r=GuillaumeGomezCorey Farwell-0/+4
Add links for impls Implements a solution for issue #23552 r? @QuietMisdreavus
2017-08-18Remove outline when details have focusGuillaume Gomez-0/+4
2017-08-18Add links for implsJouan Amate-0/+4
Implements a solution for issue #23552
2017-08-11Rollup merge of #43795 - GuillaumeGomez:improve-variants-doc-style, ↵Guillaume Gomez-0/+4
r=QuietMisdreavus Improve enum variants display r? @rust-lang/docs Before: <img width="1440" alt="screen shot 2017-08-11 at 00 22 54" src="https://user-images.githubusercontent.com/3050060/29194776-728ce0e2-7e2b-11e7-8299-8300cc0c168b.png"> After: <img width="1440" alt="screen shot 2017-08-11 at 00 22 57" src="https://user-images.githubusercontent.com/3050060/29194783-78867558-7e2b-11e7-9226-1327fd20163a.png"> (The doc of the variant is more aligned with the "[-]" now).
2017-08-11Rollup merge of #43760 - ollie27:rustdoc_search_css, r=GuillaumeGomezGuillaume Gomez-1/+1
rustdoc: Fix broken CSS in search results The layout is currently broken for struct/union fields and enum variants in the search results when searching from a struct, union or enum page. Some examples: https://doc.rust-lang.org/nightly/std/ops/struct.RangeInclusive.html?search=start https://doc.rust-lang.org/nightly/std/option/enum.Option.html?search=some #34477 was an incomplete fix
2017-08-11Improve enum variants displayGuillaume Gomez-0/+4
2017-08-09rustdoc: Fix broken CSS in search resultsOliver Middleton-1/+1
The layout is currently broken for struct/union fields and enum variants in the search results when searching from a struct, union or enum page.
2017-08-08Improve headers linkingGuillaume Gomez-0/+10
2017-08-07Auto merge of #43558 - GuillaumeGomez:union-const-colors, r=QuietMisdreavusbors-4/+0
Union const colors Fixes #43523 What do you think of these colors: <img width="1440" alt="screen shot 2017-07-30 at 15 10 57" src="https://user-images.githubusercontent.com/3050060/28753752-6b175a22-7539-11e7-978e-949f3a947d18.png"> ?
2017-08-02Improve color theme for color blind issuesGuillaume Gomez-6/+0
2017-08-01rustdoc: shrink headings in non-top-level docblocksQuietMisdreavus-3/+7
2017-07-30Add colors for constants and unionsGuillaume Gomez-0/+2
2017-07-27add [src] links to associated functions inside an impl blockQuietMisdreavus-0/+4
2017-07-23rustdoc: fix layout of Fields section in documentation for unionsZack M. Davis-1/+1
Previously, the union fields would all render on the same line with hideous spacing; comparison to the analogous section for structs makes it undoubtable that `display: block` is the true intent. Concisely and definitively resolves #43404 and its perfidious malignancy.
2017-07-09Add spacing between trait functionsGuillaume Gomez-0/+5
2017-05-21Update to trait bounds CSS in rustdocDaniel Lockyer-0/+2
Fixed resubmission of #40719.
2017-05-16improve collapse toggle render (css)Raphaël Huchet-0/+5
2017-05-12Rollup merge of #41951 - Eijebong:master, r=GuillaumeGomezMark Simulacrum-0/+1
rustdoc: Break words in the location box of the sidebar. This prevents long names from overflowing. Before: ![before](https://img.bananium.fr/eijebong/afcfe18b-393e-4d3b-bc11-fe3def6659b9.png) After: ![after](https://img.bananium.fr/eijebong/9483466b-3b6c-4509-ab0f-fd0c6572ef27.png)
2017-05-12rustdoc: Break words in the location box of the sidebar.Bastien Orivel-0/+1
This prevents long names from overflowing.
2017-05-11Fix search when looking to sourcesGuillaume Gomez-0/+3
2017-04-09merge with master to pick up pulldown switchQuietMisdreavus-4/+4
2017-03-31rustdoc: format where clauses like rust-lang-nursery/fmt-rfcs#38QuietMisdreavus-12/+1