]> git.mjollnir.org Git - moodle.git/commitdiff
FIxed resizable icons in CSS
authormoodler <moodler>
Wed, 5 Apr 2006 01:53:59 +0000 (01:53 +0000)
committermoodler <moodler>
Wed, 5 Apr 2006 01:53:59 +0000 (01:53 +0000)
theme/formal_white/fw_fonts.css

index df89a81d6684d65894c89559b132814bda0d52d4..ee4769104f968cba2fca769f35c2960b7fe6a52f 100644 (file)
@@ -126,6 +126,9 @@ table.minicalendar tr td {
   font-weight: bold;
   font-size: 1.2em;
 }
-  
 
-  
+/*Accessibility: resizable icons. */
+img.resize {
+  width: 1em;
+  height: 1em;
+}