From da0cfb95de13c82412d2f785ed19c7647c6b7170 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 5 Apr 2006 01:53:59 +0000 Subject: [PATCH] FIxed resizable icons in CSS --- theme/formal_white/fw_fonts.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/theme/formal_white/fw_fonts.css b/theme/formal_white/fw_fonts.css index df89a81d66..ee4769104f 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; +} -- 2.39.5