commit 06da90c47dc1c8165ed4e9339d079e80ddd009f0
parent 2ada10aeff8cd73f43947d731b21b3598404eb2d
Author: Christopher Hiller <boneskull@boneskull.com>
Date: Wed, 19 Aug 2015 22:10:51 -0700
add text-indent rule for sup
before: 
after: 
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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;
+}