about summary refs log tree commit diff
path: root/src/librustdoc/html/static/styles/main.css
AgeCommit message (Collapse)AuthorLines
2018-01-21Add possibility to have multiple themesGuillaume Gomez-353/+0
2018-01-20Rollup merge of #46938 - hellow554:rustdoc-kbd-style, r=GuillaumeGomezGuillaume Gomez-5/+8
add kbd style tag to main.css in rustdoc Added css style for kbd tags so they actually look like keys. Result preview and discussion was going on in #46900 .
2018-01-18converted space to tab in css filesMarcel Hellwig-6/+5
2018-01-15extended dt with kbd tagsMarcel Hellwig-5/+0
removed styling of dt tages, which would make them look like keys and added <kbd> tag inside of dt tag. Added css style for kbd and removed some stylings for dt
2017-12-22moved colors of kbd tag into main.cssMarcel Hellwig-0/+9
2017-12-20Fix sidebar on iosGuillaume Gomez-1/+6
2017-12-11Fix mobile doc style and improve search barGuillaume Gomez-0/+13
2017-12-02Move colors to main.cssGuillaume Gomez-0/+89
2017-11-15Support `extern type` in rustdoc.kennytm-0/+2
Fixes #45640.
2017-10-09Add tabs for search for better information accessGuillaume Gomez-0/+4
Make tabs work
2017-09-11Add arrow and improve displayGuillaume Gomez-3/+27
2017-09-11Add class for codeblocksGuillaume Gomez-0/+8
2017-08-22Fixed changes to .in-band CSSJouan Amate-0/+9
:target will specifically override .in-band background
2017-08-18Add links for implsJouan Amate-3/+0
Implements a solution for issue #23552
2017-08-10Implemented #[doc(cfg(...))].kennytm-0/+1
This attribute has two effects: 1. Items with this attribute and their children will have the "This is supported on **** only" message attached in the documentation. 2. The items' doc tests will be skipped if the configuration does not match.
2017-08-06Fix invalid background highlights and add missing colorsGuillaume Gomez-19/+24
2017-08-03Update highlight colorsGuillaume Gomez-2/+3
2017-08-03Invert constant and function colorGuillaume Gomez-2/+2
2017-08-02Improve functionsGuillaume Gomez-1/+1
2017-08-02Improve color theme for color blind issuesGuillaume Gomez-1/+7
2017-03-28Make the rustdoc sidebar white on `src` pagesWesley Wiser-0/+4
Fixes #40724
2017-03-21Remove duplicate style classesCldfire-8/+0
2017-03-09Clean up rustdoc cssGuillaume Gomez-31/+83
2017-03-06Improve the style of the sidebar in rustdoc outputWesley Wiser-1/+10
Makes the sidebar a light grey and highlights the currently viewed item in the sidebar more prominently. All visual design credit goes to @johnwhelchel (#37856)
2016-12-13rustdoc: Fix invalid HTML in stability noticesOliver Middleton-6/+2
`em` tags cannot contain `p` tags so just use a `div` instead.
2016-09-17border-color > borderEitan Adler-1/+1
2016-09-09rustdoc: more docblock-short stylesLiigo-2/+2
2016-08-17Review changesNick Cameron-1/+1
2016-06-04rustdoc: Fix a few missing colors in the CSSOliver Middleton-2/+3
This adds color to some of the search results and sidebar items which were missing.
2016-05-24Fix invalid background color in stability elementsGuillaume Gomez-0/+4
2016-05-05Improve rustdoc css of "source" and "since" elementsggomez-0/+3
2016-02-16Add crates to search-indexmitaa-1/+1
2016-01-20tweak trait cssSteve Klabnik-1/+1
2016-01-20tweak colors for a11ySteve Klabnik-1/+1
2015-12-04Split rustdoc css to modify it more easilyGuillaume Gomez-0/+125