Skip to content

Commit ee1c102

Browse files
Rollup merge of rust-lang#41921 - GuillaumeGomez:fix-search-style, r=steveklabnik
Fix search when looking to sources Before: <img width="1440" alt="screen shot 2017-05-11 at 22 33 28" src="https://cloud.githubusercontent.com/assets/3050060/25970761/03fd2ade-369a-11e7-9fd6-783c23455589.png"> After: <img width="1440" alt="screen shot 2017-05-11 at 22 34 05" src="https://cloud.githubusercontent.com/assets/3050060/25970770/09ac71ce-369a-11e7-9038-559f414e07b5.png"> r? @rust-lang/docs
2 parents cde12ee + 75b69c4 commit ee1c102

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/librustdoc/html/static/rustdoc.css

+3
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@ nav.sub {
236236
overflow: auto;
237237
padding-left: 0;
238238
}
239+
#search {
240+
margin-left: 230px;
241+
}
239242
.content pre.line-numbers {
240243
float: left;
241244
border: none;

0 commit comments

Comments
 (0)