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; +}