about summary refs log tree commit diff
path: root/src/librustdoc/html/static/rustdoc.css
AgeCommit message (Collapse)AuthorLines
2016-09-26Rollup merge of #36676 - bluss:rustdoc-where-css, r=steveklabnikJonathan Turner-0/+5
rustdoc css: Put `where` in trait listings on a new line This is about the gray area at the top of a trait's documentation page, that lists all methods and their signatures. A big trait page like Iterator is very crowded without this tweak.
2016-09-23rustdoc css: Put `where` in trait listings on a new lineUlrik Sverdrup-0/+5
This is about the gray area at the top of a trait's documentation page, that lists all methods and their signatures. A big trait page like Iterator is very crowded without this tweak.
2016-09-17invisible isn't a tagEitan Adler-1/+1
2016-09-17add missing semi-colonEitan Adler-1/+2
2016-09-17Fix order of @importEitan Adler-2/+2
In CSS 2.1, any @import rules must precede all other rules (except the @charset rule, if present).
2016-09-14Auto merge of #36293 - liigo:docblock-short, r=steveklabnikbors-7/+7
rustdoc: don't collapse `docblock-short` ![docblock-short](https://cloud.githubusercontent.com/assets/346530/18267298/137d2542-7451-11e6-9c8e-dd4e1f1fea29.png)
2016-09-09rustdoc: more docblock-short stylesLiigo-3/+3
2016-09-09rustdoc: don't collapse `docblock-short`Liigo-4/+4
2016-09-08Set run button transparent instead of invisibleGuillaume Gomez-1/+4
2016-08-17Review changesNick Cameron-1/+8
2016-07-19[CSS] Fix unwanted top margin for toggle wrapperggomez-1/+4
2016-07-06Remove invalid CSS rule for doc titlesggomez-8/+0
2016-06-25rustdoc: Fix search result layout for enum variants and struct fieldsOliver Middleton-1/+1
2016-06-12Fix invalid inliningGuillaume Gomez-0/+4
2016-06-07Rollup merge of #34138 - hoodie:bug/bool_colors, r=steveklabnikSteve Klabnik-1/+1
Bug/bool colors This is actually #33661 @steveklabnik, sorry about this, github ate my homework
2016-06-04rustdoc: Fix a few missing colors in the CSSOliver Middleton-3/+3
This adds color to some of the search results and sidebar items which were missing.
2016-05-30print enum variant fields in docsOliver Schneider-0/+19
2016-05-20Added a `rustdoc` shortcut for collapse/expand allAlex Ozdemir-1/+1
Now when the user presses the "+" key all sections will collapse/expand. Also added a note to the help screen which describes this behavior.
2016-05-16Fix selected item background styleGuillaume Gomez-0/+4
2016-05-15true color, fixed boolval style in docHendrik Sollich-1/+1
2016-05-10Improve "since" tag placementGuillaume Gomez-0/+6
2016-05-05Improve rustdoc css of "source" and "since" elementsggomez-4/+34
2016-05-06Update CSS for future rustdoc mergeGuillaume Gomez-0/+5
2016-03-03Responsive layout correction.gohyda-3/+7
2016-02-09Rustdoc - display `since` version for stable itemsWesley Wiser-0/+15
Fixes #27607
2016-01-20tweak struct colorsSteve Klabnik-1/+1
2016-01-02Rustdoc - Specify max-image sizeWesley Wiser-0/+4
Fixes #24861
2015-12-04Split rustdoc css to modify it more easilyGuillaume Gomez-0/+649