From ad601d127737e1a5dc3927ab7d2e0fb88e810e10 Mon Sep 17 00:00:00 2001 From: danix Date: Sun, 26 Feb 2023 20:18:29 +0100 Subject: [PATCH] adding text in breadcrumbs --- gitweb-danixland/gitweb.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index 95969d6..51d3684 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -205,6 +205,10 @@ td, th { margin-right: 5px; } +.page_header:before { + content: 'You\'re in: '; +} + /* Page Footer ---------------------------------------------------------------------------- */ -- 2.20.1