fixed [MDL-13181]

This commit is contained in:
andreabix 2008-03-10 16:27:37 +00:00
parent 0d75d2bfc7
commit 7d47ca30d0

View File

@ -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;
}