From 7d47ca30d0cdea09066d190ff1fd9c60087b7a6e Mon Sep 17 00:00:00 2001 From: andreabix Date: Mon, 10 Mar 2008 16:27:37 +0000 Subject: [PATCH] fixed [MDL-13181] --- theme/formal_white/fw_fonts.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/theme/formal_white/fw_fonts.css b/theme/formal_white/fw_fonts.css index 66311bbdc876e..1f1e1035f4bb7 100644 --- a/theme/formal_white/fw_fonts.css +++ b/theme/formal_white/fw_fonts.css @@ -133,9 +133,15 @@ table.minicalendar tr td { font-size: 1.2em; } +/* Accessibility: only certain fonts support Unicode chars like ► 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; +}