Commit Graph

31 Commits

Author SHA1 Message Date
est31 87cbfb455f Change color and make ? bold 2016-10-12 22:45:41 +02:00
est31 6a89b8fd0a rustdoc: color the question mark operator
The idea was proposed by eddyb in: https://github.com/rust-lang/rust/issues/31436#issuecomment-247426582
2016-10-12 05:39:57 +02:00
Guillaume Gomez 4b402dbe69 Remove underline when run button hovered 2016-10-06 18:10:00 +02:00
Jonathan Turner d6a7a4fb57 Rollup merge of #36676 - bluss:rustdoc-where-css, r=steveklabnik
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-26 17:29:48 -07:00
Ulrik Sverdrup e82d13ea4b 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-23 20:31:14 +02:00
Eitan Adler 4f11a39e26 invisible isn't a tag 2016-09-17 23:30:42 -07:00
Eitan Adler 101d987d29 add missing semi-colon 2016-09-17 23:29:00 -07:00
Eitan Adler f7811c1ca6 Fix order of @import
In CSS 2.1, any @import rules must precede all other rules (except the
@charset rule, if present).
2016-09-17 22:56:22 -07:00
bors 6ffdda1ba1 Auto merge of #36293 - liigo:docblock-short, r=steveklabnik
rustdoc: don't collapse `docblock-short`

![docblock-short](https://cloud.githubusercontent.com/assets/346530/18267298/137d2542-7451-11e6-9c8e-dd4e1f1fea29.png)
2016-09-14 15:39:23 -07:00
Liigo 26d5f99ec0 rustdoc: more docblock-short styles 2016-09-09 12:28:53 +08:00
Liigo 93cdce4cf3 rustdoc: don't collapse docblock-short 2016-09-09 12:28:37 +08:00
Guillaume Gomez a2faf5477c Set run button transparent instead of invisible 2016-09-08 01:16:06 +02:00
Nick Cameron 879637f7b0 Review changes 2016-08-17 16:12:37 +12:00
ggomez 4a2116b97a [CSS] Fix unwanted top margin for toggle wrapper 2016-07-19 15:03:32 +02:00
ggomez b467c003c6 Remove invalid CSS rule for doc titles 2016-07-06 18:12:24 +02:00
Oliver Middleton 27e4ecd721 rustdoc: Fix search result layout for enum variants and struct fields 2016-06-25 23:24:10 +01:00
Guillaume Gomez 7cd891280b Fix invalid inlining 2016-06-12 01:34:45 +02:00
Steve Klabnik a0bf3b8b47 Rollup merge of #34138 - hoodie:bug/bool_colors, r=steveklabnik
Bug/bool colors

This is actually #33661 @steveklabnik, sorry about this, github ate my homework
2016-06-07 10:43:58 -04:00
Oliver Middleton 55af6e48ca rustdoc: Fix a few missing colors in the CSS
This adds color to some of the search results and sidebar items which were missing.
2016-06-04 23:43:24 +01:00
Oliver Schneider b0c7033042 print enum variant fields in docs 2016-05-30 16:11:53 +02:00
Alex Ozdemir ab09fbca23 Added a rustdoc shortcut for collapse/expand all
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-20 19:43:47 -07:00
Guillaume Gomez b2613028fe Fix selected item background style 2016-05-16 22:36:13 +02:00
Hendrik Sollich 378bec1a3a true color, fixed boolval style in doc 2016-05-15 23:10:13 +02:00
Guillaume Gomez a5a2f2b951 Improve "since" tag placement 2016-05-10 21:01:10 +02:00
ggomez cdca084377 Improve rustdoc css of "source" and "since" elements 2016-05-05 22:58:24 +02:00
Guillaume Gomez 083c3952e0 Update CSS for future rustdoc merge 2016-05-06 16:48:25 +02:00
gohyda 311ff0367d Responsive layout correction. 2016-03-03 04:46:30 +01:00
Wesley Wiser 75acee2bde Rustdoc - display since version for stable items
Fixes #27607
2016-02-09 21:20:41 -05:00
Steve Klabnik 257a1ec6f2 tweak struct colors 2016-01-20 12:26:33 -05:00
Wesley Wiser 4dee31c119 Rustdoc - Specify max-image size
Fixes #24861
2016-01-02 21:38:36 -05:00
Guillaume Gomez 91cd93d2b1 Split rustdoc css to modify it more easily 2015-12-04 01:54:59 +01:00