From 4168330fae30420009ddf1ba180249d76757a5f1 Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Mon, 30 Nov 2020 09:00:27 +0100 Subject: [PATCH] css: remove borders from id history --- stylesheets/application.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/application.scss b/stylesheets/application.scss index 07fab2a..1e88572 100644 --- a/stylesheets/application.scss +++ b/stylesheets/application.scss @@ -324,6 +324,10 @@ div.wiki { padding-right: 1ex; } +#history { + border: 0; +} + p.breadcrumb { border-bottom:1px solid white; font-size:0.9em;