From 3e69a533871057cd350c8b18c6af89df896e497f Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Wed, 18 Mar 2026 13:50:56 +0100 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20et=20simplification=20du=20?= =?UTF-8?q?fil=20d'Ariane.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/style.scss | 16 ++++++++++------ layouts/_partials/breadcrumb.html | 4 ++-- layouts/_partials/cmdline.html | 2 -- layouts/_partials/command.html | 2 -- layouts/_partials/prompt.html | 2 -- 5 files changed, 12 insertions(+), 14 deletions(-) delete mode 100644 layouts/_partials/cmdline.html delete mode 100644 layouts/_partials/command.html delete mode 100644 layouts/_partials/prompt.html diff --git a/assets/style.scss b/assets/style.scss index f7114ff..bbb5a66 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -74,14 +74,18 @@ a:active { // Prompt and command line. // ======================== -.cmdline { - margin: 0; - padding: 0; -} +.cmdblock { + margin: 0; + padding: 0; -.prompt { - padding: 0; + p, ol, ul { margin: 0; + padding: 0; + } + + p.prompt:before { + content: "$ "; + } } // Breadcrumb. diff --git a/layouts/_partials/breadcrumb.html b/layouts/_partials/breadcrumb.html index 40357dd..2bc646a 100644 --- a/layouts/_partials/breadcrumb.html +++ b/layouts/_partials/breadcrumb.html @@ -1,10 +1,10 @@