From: moodler Date: Wed, 5 Apr 2006 01:53:59 +0000 (+0000) Subject: FIxed resizable icons in CSS X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=da0cfb95de13c82412d2f785ed19c7647c6b7170;p=moodle.git FIxed resizable icons in CSS --- 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; +}