handle large text a11y option

This commit is contained in:
Frédéric Péters 2012-09-05 20:31:10 +02:00
parent 73af4c9166
commit 35da715a45
1 changed files with 6 additions and 0 deletions

View File

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