Skip to content

Commit 6203e4d

Browse files
committed
---
yaml --- r: 166672 b: refs/heads/snap-stage3 c: 57a3ef3 h: refs/heads/master v: v3
1 parent 4dd8a24 commit 6203e4d

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,7 +1,7 @@
11
---
22
refs/heads/master: 18842f89f084c52588fe7cffe07f87bf6e90796a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 4477c7c52e7c7058c8aed3b74366174f4d1b7241
4+
refs/heads/snap-stage3: 57a3ef3f9b59ad74a2ce369150f72007fb8b2e62
55
refs/heads/try: f5d619caf9f32458680fae55526b99582ca682dd
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/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)