]> git.mjollnir.org Git - moodle.git/commitdiff
fixed [MDL-13181]
authorandreabix <andreabix>
Mon, 10 Mar 2008 16:27:37 +0000 (16:27 +0000)
committerandreabix <andreabix>
Mon, 10 Mar 2008 16:27:37 +0000 (16:27 +0000)
theme/formal_white/fw_fonts.css

index 66311bbdc876e3c8cf088219eb3b434b67b11c64..1f1e1035f4bb703523df1dff4af5375a286f4eee 100644 (file)
@@ -133,9 +133,15 @@ table.minicalendar tr td {
   font-size: 1.2em;
 }
 
+/* Accessibility: only certain fonts support Unicode chars like &#x25BA; in IE6 */
+.arrow, .arrow_button input {
+  font-family: Arial,Helvetica,sans-serif;
+}
+
+/*
 span.arrow {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
-}
+} */
 
 p.arrow_button input {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
@@ -147,3 +153,11 @@ img.resize {
   width: 1em;
   height: 1em;
 }
+
+/***
+ *** Glossary
+ ***/
+.glossarypost div.concept h3,
+.glossarypost.continuous .concept {
+  display: inline;
+}