From d6223f407932c8d6d28c1c58e4f05eb24982250e Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Wed, 16 Jun 2021 11:04:38 +0100 Subject: [PATCH] Clean up CSS from Inkscape cruft The changes in c773e89bdb46bb73ffef98870cb539021596a945 brought a lot of inert/redundant CSS from Inkscape's default export. This commit cleans them up, and fixes the formatting of the remaining rules to be consistent with the rest of the file. These changes should produce no visible differences to the rendered page. --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index e38a9c93..0bec5cc3 100644 --- a/style.css +++ b/style.css @@ -27,7 +27,8 @@ p.value { text-indent: -16pt; margin-left: 20pt; font-size: 28px; - font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:2.11666656px;font-family:Montserrat;-inkscape-font-specification:'Montserrat Medium';text-align:center;letter-spacing:0px;text-anchor:middle;opacity:1;fill:#eeeeee;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.11666656;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers + line-height: 2.11666656px; + font-family: 'Montserrat'; } p.blurb-text { @@ -38,7 +39,7 @@ p.axis_name { margin-top: 50px; color: #333333; font-size: 24px; - font-variant:normal;font-weight:normal;font-stretch:normal;line-height:100%;font-family:Montserrat;-inkscape-font-specification:Montserrat;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#222222;fill-opacity:1;stroke:none;stroke-width:0.13229167px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1 + font-family: 'Montserrat'; } p.question { margin: 16pt auto;