From 5e22c0cd8a6a9601756c6ce3c197e3d9a102682a Mon Sep 17 00:00:00 2001 From: Xiaodu Date: Tue, 22 Nov 2016 21:23:06 +0800 Subject: [PATCH] Update editor-style.css: switch style of sup & sub Editor style for and are inversed, which causes to be subscript and vice versa. This commit fixes this bug. --- css/editor-style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/editor-style.css b/css/editor-style.css index 3055195..ed48ce7 100644 --- a/css/editor-style.css +++ b/css/editor-style.css @@ -223,11 +223,11 @@ sub { vertical-align: baseline; } -sub { +sup { top: -6px; } -sup { +sub { bottom: -3px; }