From 63ee0e761121650d0ca8f04cdf6b577a945c8798 Mon Sep 17 00:00:00 2001 From: Pedro Resende Date: Tue, 10 Sep 2013 15:47:26 +0100 Subject: [PATCH] Fix EZP-21537 - [Demobundle] My profile email appears with SPAMFILTER text --- Resources/public/css/bootstrap.css | 3 +++ Resources/public/less/utilities.less | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/Resources/public/css/bootstrap.css b/Resources/public/css/bootstrap.css index ac92746..d2e3535 100644 --- a/Resources/public/css/bootstrap.css +++ b/Resources/public/css/bootstrap.css @@ -4547,6 +4547,9 @@ a.thumbnail:hover { .break { clear: both; } +.spamfilter { + display: none; +} .content-view-full .attribute-short { font-weight: bold; } diff --git a/Resources/public/less/utilities.less b/Resources/public/less/utilities.less index a235827..7aee11b 100755 --- a/Resources/public/less/utilities.less +++ b/Resources/public/less/utilities.less @@ -64,3 +64,7 @@ .break { clear: both; } +.spamfilter { + display: none; +} +