From 9c0bf830e5dd72ee742a75f1d45e6241de7dabb5 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Thu, 30 Apr 2020 13:21:16 +0100 Subject: [PATCH] style.css: portability. Signed-off-by: Daira Hopwood --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index 2735ad0b..107c259f 100644 --- a/css/style.css +++ b/css/style.css @@ -117,6 +117,10 @@ pre { span.math { transform: scale(1, 1.03); + -moz-transform: scale(1, 1.03); + -ms-transform: scale(1, 1.03); + -webkit-transform: scale(1, 1.03); + -o-transform: scale(1, 1.03); font-size: 0.97rem; }