]> git.lizzy.rs Git - rust.git/commit
Fix broken CSS for book redirect pages
authorOliver Middleton <olliemail27@gmail.com>
Wed, 15 Nov 2017 02:57:03 +0000 (02:57 +0000)
committerOliver Middleton <olliemail27@gmail.com>
Wed, 15 Nov 2017 02:57:03 +0000 (02:57 +0000)
commit9833fd336097446f952257d2d43bb2ec554830a6
tree6f40c39256d5af1738e05aa1c26f8fbf77c54c26
parente21df8020d0d1a37d2856117b1be2f1a91d8bc42
Fix broken CSS for book redirect pages

rust.css has to be next to the font files so we shouldn't copy it for
only the book redirect pages, instead just use the version that is
already there.

This also removes the duplicate code creating version_info.html.
src/bootstrap/doc.rs