aboutsummaryrefslogtreecommitdiff
path: root/assets/css/default.css
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2024-02-24 18:33:47 -0500
committertdro <tdro@noreply.example.com>2024-02-24 18:33:47 -0500
commit070ca2eb3c21fe098da1f0d059bc3e6f0b64b16c (patch)
tree99faebe7bb300e96b35f62b57f727bf5a88bb111 /assets/css/default.css
parentb9738b3feb929b6e3cfbdd3732ffb690f70c46ff (diff)
downloadcanory-070ca2eb3c21fe098da1f0d059bc3e6f0b64b16c.tar.gz
canory-070ca2eb3c21fe098da1f0d059bc3e6f0b64b16c.tar.bz2
canory-070ca2eb3c21fe098da1f0d059bc3e6f0b64b16c.zip
assets/css: Namespace MathML
Normalise. Generated math should not have inline styles
Diffstat (limited to 'assets/css/default.css')
-rw-r--r--assets/css/default.css6
1 files changed, 0 insertions, 6 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index cfb99a2..89ad378 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -2287,12 +2287,6 @@ link-card article a {
display: block;
}
-math-ml,
-math-ml math {
- display: block;
- display: block math;
-}
-
math-ml:not(:last-child) {
margin-bottom: 0.75rem;
}