aboutsummaryrefslogtreecommitdiff
path: root/assets/css/default-mathml.css
blob: 4aa437a67208a67d589c0d3371c441e5a45c04e0 (plain)
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
@namespace mathml url(http://www.w3.org/1998/Math/MathML);

mathml|math {
  display: block;
  display: block math;
}

mathml|mtd {
  display: flex;
  justify-content: center;
  padding-right: 0.4em;
  padding-left: 0.4em;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

@-moz-document url-prefix() {
  mathml|mtd {
    display: flex;
    justify-content: center;
    padding-right: 0.4em;
    padding-left: 0.4em;
    padding-bottom: 0.5ex;
    padding-top: 0.5ex;
  }
}