From 35da715a457e7718529a2f221addf24caa32286f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 5 Sep 2012 20:31:10 +0200 Subject: [PATCH] handle large text a11y option --- plonetheme/pfbweb/static/css/pfbweb.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plonetheme/pfbweb/static/css/pfbweb.css b/plonetheme/pfbweb/static/css/pfbweb.css index a1e8e9d..481ffb6 100644 --- a/plonetheme/pfbweb/static/css/pfbweb.css +++ b/plonetheme/pfbweb/static/css/pfbweb.css @@ -3239,3 +3239,9 @@ div#deputy-search div.groupe a.independant { display: none; } +body.largeText #content-core, +body.largeText #content-core a, +body.largeText #content-core h2, +body.largeText #content-core p { + font-size: 12pt; +}