From 536a1a74b627e501f258bc055f90d601ff87178f Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Wed, 7 Oct 2020 20:22:50 -0700 Subject: [PATCH] Make crates page closer to rustdoc pages. - Align the whole page to the left, rather than center. - Change the "Docs.rs" link on the rustdoc page to use three cubes, like other pages do. --- templates/rustdoc/header.html | 2 +- templates/style/base.scss | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/rustdoc/header.html b/templates/rustdoc/header.html index ffb10537c..d675463a8 100644 --- a/templates/rustdoc/header.html +++ b/templates/rustdoc/header.html @@ -17,7 +17,7 @@ - {{ "cube" | fas(fw=true) }} Docs.rs + {{ "cubes" | fas(fw=true) }} Docs.rs