From a1d9e2a8b608bc264d6fa232bc9b5e10039f0e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 4 Dec 2011 17:40:53 +0100 Subject: [PATCH] do not display link to audio captcha --- plonetheme/pfbweb/static/pfbweb.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plonetheme/pfbweb/static/pfbweb.css b/plonetheme/pfbweb/static/pfbweb.css index 2964761..177910b 100644 --- a/plonetheme/pfbweb/static/pfbweb.css +++ b/plonetheme/pfbweb/static/pfbweb.css @@ -194,3 +194,7 @@ dl.portlet ul.navTree li.section-agenda-parlementaire a { position: relative; padding-bottom: 8px; } + +div.captchaAudio { + display: none; +}