From bd843205b0aeb4c7502c9901a7c447aa56827f61 Mon Sep 17 00:00:00 2001
From: Rachel Gaubil <rachel.gaubil@univ-grenoble-alpes.fr>
Date: Fri, 9 Jun 2023 11:52:51 +0200
Subject: [PATCH] [func] hide <hr> on linear version (closes #56)

---
 static/css/chapter.css | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/static/css/chapter.css b/static/css/chapter.css
index 96cc1272..3107f3b2 100644
--- a/static/css/chapter.css
+++ b/static/css/chapter.css
@@ -119,6 +119,13 @@ mark {
   display: inline;
 }
 
+/****************
+    page tab
+****************/
+.linear hr {
+  display: none;
+}
+
 /****************
     buttons
 ****************/
-- 
GitLab