Skip to content

Commit fbbadae

Browse files
committed
auto merge of #10849 : adridu59/rust/patch-css, r=alexcrichton
rustdoc: - fix search-bar layout doc: CSS: - switch to native pandoc toc depth - rm some dead code - clamp width to be readable (we're not Wikipedia!) - don't background-color titles, it's bloating - make syntax-highlighting colors inline with rust-lang.org - space indents @alexcrichton
2 parents 378897a + 1999b25 commit fbbadae

File tree

7 files changed

+164
-198
lines changed

7 files changed

+164
-198
lines changed

doc/manual.inc

+2-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
padding-left: 2em;
66
}
77
#influences blockquote p:last-child {
8-
display: block;
9-
line-height: 1.428571429;
10-
color: #999999;
8+
color: #999;
119
}
12-
</style>
10+
</style>

0 commit comments

Comments
 (0)