-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmath.css
More file actions
43 lines (43 loc) · 757 Bytes
/
math.css
File metadata and controls
43 lines (43 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.math-inline,
.math-block {
font-family: "STIXGeneral", serif;
position: relative;
white-space: nowrap;
line-height: 1.3em;
text-indent: 0;
page-break-inside: avoid;
font-size: 102%;
}
.math-block {
/* center */
margin: 0 auto;
width: auto;
}
.math-var {
}
.math-sqrt {
font-style: italic;
}
.mfrac {display:inline-table;
white-space:nowrap;
border-collapse:collapse;
text-align:center;
vertical-align:0.9em;
margin:0 2px;
font-size:1em;
text-align: center;
}
.mfrac > * {
font-size:0.9em;
}
.mfrac > *:first-child {
display: inline-table;
vertical-align: text-bottom;
}
.mfrac > * + * {
border-top: solid thin;
display: table-row;
}
.math-error {
color: red;
}