mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-15 17:23:10 +00:00
Improve search style
This commit is contained in:
parent
226656ff72
commit
611d0e6cce
@ -179,7 +179,6 @@ nav.sub {
|
||||
top: 0;
|
||||
height: 100vh;
|
||||
overflow: auto;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.sidebar .current {
|
||||
@ -273,9 +272,19 @@ nav.sub {
|
||||
overflow: auto;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#search {
|
||||
margin-left: 230px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#results {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
left: 0;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.content pre.line-numbers {
|
||||
float: left;
|
||||
border: none;
|
||||
|
Loading…
Reference in New Issue
Block a user