temml 0.13.2 → 0.13.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  | Library | Minified JavaScript + CSS |
4
4
  |:--------------|:-------------------------:|
5
- | Temml | 171 KB |
5
+ | Temml | 173 KB |
6
6
  | MathJax 2.7.5 | 338 KB |
7
7
  | KaTeX | 280 KB |
8
8
  | TeXZilla | 168 KB |
@@ -85,6 +85,11 @@ mover > :first-child {
85
85
  .ff-nudge-left {
86
86
  margin-left: -0.2em;
87
87
  }
88
+ /* Squash hidden mrows in \bordermatrix. Messes with centering, but necessary to squash. */
89
+ .ff-squash mtd {
90
+ display: block;
91
+ height: 0;
92
+ }
88
93
  }
89
94
 
90
95
  @supports (not (-moz-appearance: none)) {
@@ -99,6 +99,11 @@ mover > :first-child {
99
99
  .ff-nudge-left {
100
100
  margin-left: -0.2em;
101
101
  }
102
+ /* Squash hidden mrows in \bordermatrix. Messes with centering, but necessary to squash. */
103
+ .ff-squash mtd {
104
+ display: block;
105
+ height: 0;
106
+ }
102
107
  }
103
108
 
104
109
  @supports (not (-moz-appearance: none)) {
@@ -101,6 +101,11 @@ mover > :first-child {
101
101
  .ff-nudge-left {
102
102
  margin-left: -0.2em;
103
103
  }
104
+ /* Squash hidden mrows in \bordermatrix. Messes with centering, but necessary to squash. */
105
+ .ff-squash mtd {
106
+ display: block;
107
+ height: 0;
108
+ }
104
109
  }
105
110
 
106
111
  @supports (not (-moz-appearance: none)) {
@@ -92,6 +92,11 @@ mover > :first-child {
92
92
  .ff-nudge-left {
93
93
  margin-left: -0.2em;
94
94
  }
95
+ /* Squash hidden mrows in \bordermatrix. Messes with centering, but necessary to squash. */
96
+ .ff-squash mtd {
97
+ display: block;
98
+ height: 0;
99
+ }
95
100
  }
96
101
 
97
102
  @supports (not (-moz-appearance: none)) {
@@ -94,6 +94,11 @@ mover > :first-child {
94
94
  .ff-nudge-left {
95
95
  margin-left: -0.2em;
96
96
  }
97
+ /* Squash hidden mrows in \bordermatrix. Messes with centering, but necessary to squash. */
98
+ .ff-squash mtd {
99
+ display: block;
100
+ height: 0;
101
+ }
97
102
  }
98
103
 
99
104
  @supports (not (-moz-appearance: none)) {
@@ -91,6 +91,11 @@ mover > :first-child {
91
91
  .ff-nudge-left {
92
92
  margin-left: -0.2em;
93
93
  }
94
+ /* Squash hidden mrows in \bordermatrix. Messes with centering, but necessary to squash. */
95
+ .ff-squash mtd {
96
+ display: block;
97
+ height: 0;
98
+ }
94
99
  }
95
100
 
96
101
  @supports (not (-moz-appearance: none)) {