File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
trunk/src/librustdoc/html/static Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 4477c7c52e7c7058c8aed3b74366174f4d1b7241
2
+ refs/heads/master: 57a3ef3f9b59ad74a2ce369150f72007fb8b2e62
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 023dfb0c898d851dee6ace2f8339b73b5287136b
5
5
refs/heads/try: f5d619caf9f32458680fae55526b99582ca682dd
Original file line number Diff line number Diff line change @@ -306,8 +306,10 @@ nav.sub {
306
306
font-size : 1em ;
307
307
position : relative;
308
308
}
309
- /* Shift "where ..." part of method definition down a line and indent it */
310
- .content .method .where { display : block; padding-left : 3.75em ; }
309
+ /* Shift "where ..." part of method definition down a line */
310
+ .content .method .where { display : block; }
311
+ /* Bit of whitespace to indent it */
312
+ .content .method .where ::before { content : ' ' ; }
311
313
312
314
.content .methods .docblock { margin-left : 40px ; }
313
315
You can’t perform that action at this time.
0 commit comments