From 341f0af212f4ba4592ea3d2699719b9a688c0fd2 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 5 May 2011 12:05:28 -0700 Subject: [PATCH] Improved alignment --- normalize.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/normalize.css b/normalize.css index 25b01ec..b58f0d3 100644 --- a/normalize.css +++ b/normalize.css @@ -211,16 +211,15 @@ sup { font-size: 75%; line-height: 0; position: relative; + vertical-align: middle; } sup { - top: 0.75em; - vertical-align: top; + top: -0.5em; } sub { - bottom: 0.75em; - vertical-align: bottom; + bottom: -0.5em; } /*