Skip to content

Commit 362600f

Browse files
committed
---
yaml --- r: 166886 b: refs/heads/master c: 57a3ef3 h: refs/heads/master v: v3
1 parent f6e3ecf commit 362600f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 4477c7c52e7c7058c8aed3b74366174f4d1b7241
2+
refs/heads/master: 57a3ef3f9b59ad74a2ce369150f72007fb8b2e62
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 023dfb0c898d851dee6ace2f8339b73b5287136b
55
refs/heads/try: f5d619caf9f32458680fae55526b99582ca682dd

trunk/src/librustdoc/html/static/main.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,10 @@ nav.sub {
306306
font-size: 1em;
307307
position: relative;
308308
}
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: ' '; }
311313

312314
.content .methods .docblock { margin-left: 40px; }
313315

0 commit comments

Comments
 (0)