Skip to content

Commit

Permalink
fixed [MDL-13181]
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabix committed Mar 10, 2008
1 parent 0d75d2b commit 7d47ca3
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion theme/formal_white/fw_fonts.css
Expand Up @@ -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;
Expand All @@ -147,3 +153,11 @@ img.resize {
width: 1em;
height: 1em;
}

/***
*** Glossary
***/
.glossarypost div.concept h3,
.glossarypost.continuous .concept {
display: inline;
}

0 comments on commit 7d47ca3

Please sign in to comment.