From 2765267e5950f94fbe7ab8dadc1397192f1b8739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Gro=C3=9Fe?= Date: Mon, 8 Oct 2018 13:15:14 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20(css)=20Remove=20double=20styles?= =?UTF-8?q?=20for=20super-/subscript?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/base.less | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/css/base.less b/css/base.less index 4c28f07..ba4e2f0 100755 --- a/css/base.less +++ b/css/base.less @@ -351,22 +351,6 @@ nav > ul { font-size: 80%; } - sub, - sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; - } - - sup { - top: -0.5em; - } - - sub { - bottom: -0.25em; - } - svg:not(:root) { overflow: hidden; }