From 06da90c47dc1c8165ed4e9339d079e80ddd009f0 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Wed, 19 Aug 2015 22:10:51 -0700 Subject: [PATCH] add text-indent rule for sup before: ![before](http://content.screencast.com/users/chiller/folders/Jing/media/3ac0ce2a-49f4-460e-923f-19606acce544/00000232.png) after: ![after](http://content.screencast.com/users/chiller/folders/Jing/media/4d63f113-e251-4cce-9c6d-cbf7c2eba933/00000231.png) --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index cad17cb..a2cac86 100644 --- a/style.css +++ b/style.css @@ -229,3 +229,7 @@ div.tleft { pre, code { font-family: "Latin Modern Mono", monospace !important; } + +sup { + text-indent: 0; +}