mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-12-15 06:20:32 +02:00
cc0a78ed9a
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
8 lines
120 B
CSS
8 lines
120 B
CSS
pre.frontmatter {
|
|
float: right;
|
|
font-size: 80%;
|
|
width: 40%;
|
|
background: var(--sidebar-bg);
|
|
padding: 0.25em;
|
|
}
|