diff --git a/.github/workflows/install-mdbook/action.yml b/.github/workflows/install-mdbook/action.yml index 211cc1d9d107..007443b0757a 100644 --- a/.github/workflows/install-mdbook/action.yml +++ b/.github/workflows/install-mdbook/action.yml @@ -8,7 +8,10 @@ runs: # The --locked flag is important for reproducible builds. It also # avoids breakage due to skews between mdbook and mdbook-svgbob. - name: Install mdbook - run: cargo install mdbook --locked --version 0.4.34 + # See https://github.com/google/comprehensive-rust/issues/1164. + # We will revert to a released version of mdbook as soon as the + # commit referenced here is released. + run: cargo install --git https://github.com/rust-lang/mdbook/ --rev 09f222b shell: bash - name: Install mdbook-svgbob diff --git a/language-picker.css b/language-picker.css index 1f7d5377e18f..ad1de7116d70 100644 --- a/language-picker.css +++ b/language-picker.css @@ -3,6 +3,11 @@ right: 10px; } +[dir=rtl] #language-list { + left: 10px; + right: auto; +} + #language-list a { color: inherit; } diff --git a/theme/index.hbs b/theme/index.hbs index 611e79029791..f1005ef431d5 100644 --- a/theme/index.hbs +++ b/theme/index.hbs @@ -1,5 +1,5 @@ - + @@ -63,7 +63,7 @@ {{/if}} - +
+ +