File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -207,9 +207,6 @@ nav.sub {
207
207
text-overflow : ellipsis;
208
208
}
209
209
210
- .docblock a { color : # 4e8bca ; }
211
- .docblock a : hover { text-decoration : underline; }
212
-
213
210
.docblock .short p {
214
211
overflow : hidden;
215
212
text-overflow : ellipsis;
291
288
color : # 000 ;
292
289
background : transparent;
293
290
}
291
+ p a { color : # 4e8bca ; }
292
+ p a : hover { text-decoration : underline; }
294
293
295
294
.content a .trait , .block a .current .trait { color : # ed9603 ; }
296
295
.content a .mod , .block a .current .mod { color : # 4d76ae ; }
@@ -397,7 +396,7 @@ pre.rust .doccomment { color: #4D4D4C; }
397
396
pre .rust .macro , pre .rust .macro-nonterminal { color : # 3E999F ; }
398
397
pre .rust .lifetime { color : # B76514 ; }
399
398
400
- .section-header {
399
+ .methods . section-header {
401
400
/* Override parent class attributes. */
402
401
border-bottom : none !important ;
403
402
font-size : 1.1em !important ;
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- //! # The Rust prelude
11
+ //! The Rust prelude
12
12
//!
13
13
//! Because `std` is required by most serious Rust software, it is
14
14
//! imported at the topmost level of every crate by default, as if the
You can’t perform that action at this time.
0 commit comments