adding text in breadcrumbs
authordanix <danix@danix.xyz>
Sun, 26 Feb 2023 19:18:29 +0000 (20:18 +0100)
committerdanix <danix@danix.xyz>
Sun, 26 Feb 2023 19:18:29 +0000 (20:18 +0100)
gitweb-danixland/gitweb.css

index 95969d6..51d3684 100644 (file)
@@ -205,6 +205,10 @@ td, th {
   margin-right: 5px;
 }
 
+.page_header:before {
+  content: 'You\'re in: ';
+}
+
 /* Page Footer
 ---------------------------------------------------------------------------- */