Subversion Repositories wimsdev

Rev

Rev 12737 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
12105 obado 1
/** default css styles for MathML */
2
.wims_mathfont{
3
  font-family: Symbol, Times, serif;
4
}
5
 
6
.wims_mathml{
7
  font-size:1em;
8
  /*font-family: Symbol, Times, serif;
9
  font-style: normal;*/
10
}
11
a>.wims_mathml{
12
  padding:.5em;
13
  border-style: solid;
14
  border-width:1px;
15
  border-color: transparent;
16
}
17
a:hover>.wims_mathml{
18
  border-color: inherit;
19
}