diff --git a/theme/formal_white/fw_fonts.css b/theme/formal_white/fw_fonts.css index df89a81d668..ee4769104f9 100644 --- a/theme/formal_white/fw_fonts.css +++ b/theme/formal_white/fw_fonts.css @@ -126,6 +126,9 @@ table.minicalendar tr td { font-weight: bold; font-size: 1.2em; } - - +/*Accessibility: resizable icons. */ +img.resize { + width: 1em; + height: 1em; +}