You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-16 19:14:20 +02:00
Move CSS files into theme/
folder (#1229)
Hi all, This PR fixes https://github.com/google/comprehensive-rust/issues/1226: * Moved CSS files to `theme/css` * Moved speaker-notes.js to `theme/` * Updated paths in book.toml
This commit is contained in:
13
theme/css/language-picker.css
Normal file
13
theme/css/language-picker.css
Normal file
@ -0,0 +1,13 @@
|
||||
#language-list {
|
||||
left: auto;
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
[dir=rtl] #language-list {
|
||||
left: 10px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
#language-list a {
|
||||
color: inherit;
|
||||
}
|
Reference in New Issue
Block a user