From 1a7776d0057cca58777c46e1171865b4a1aae92d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 19 Oct 2015 16:56:15 +0200 Subject: [PATCH] wcs: hide "back office" breadcrumb item --- wcs/montpellier-commune/admin.css | 3 +++ wcs/montpellier2/admin.css | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 wcs/montpellier-commune/admin.css create mode 100644 wcs/montpellier2/admin.css diff --git a/wcs/montpellier-commune/admin.css b/wcs/montpellier-commune/admin.css new file mode 100644 index 0000000..751304f --- /dev/null +++ b/wcs/montpellier-commune/admin.css @@ -0,0 +1,3 @@ +span#breadcrumb a:nth-child(3) { + display: none; +} diff --git a/wcs/montpellier2/admin.css b/wcs/montpellier2/admin.css new file mode 100644 index 0000000..751304f --- /dev/null +++ b/wcs/montpellier2/admin.css @@ -0,0 +1,3 @@ +span#breadcrumb a:nth-child(3) { + display: none; +}