mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-22 23:10:20 +08:00
Small tweaks to Ferris size and position
This commit is contained in:
parent
5266bba32d
commit
54249dabc2
18
ferris.css
18
ferris.css
@ -19,13 +19,25 @@ body.ayu .not_desired_behavior {
|
|||||||
background: #501f21;
|
background: #501f21;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ferris {
|
.ferris-container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
top: 30px;
|
top: 30px;
|
||||||
width: 10%;
|
}
|
||||||
height: auto;
|
|
||||||
|
.ferris {
|
||||||
|
vertical-align: top;
|
||||||
|
margin-left: 0.2em;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ferris-large {
|
||||||
|
width: 4.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ferris-small {
|
||||||
|
width: 2.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ferris-explain {
|
.ferris-explain {
|
||||||
|
Loading…
Reference in New Issue
Block a user