1
0
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:
Hatim Nalawala
2023-09-21 14:30:27 +05:30
committed by GitHub
parent 4815264e2d
commit cc0a78ed9a
6 changed files with 5 additions and 5 deletions

View File

@ -0,0 +1,13 @@
#language-list {
left: auto;
right: 10px;
}
[dir=rtl] #language-list {
left: 10px;
right: auto;
}
#language-list a {
color: inherit;
}