From cce41fedd32017576d42c90da771a46c797332bc Mon Sep 17 00:00:00 2001 From: necolas Date: Thu, 5 May 2011 20:32:39 +0100 Subject: [PATCH] Set vertical-align:baseline for sub and sup --- normalize.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/normalize.css b/normalize.css index b58f0d3..65e813b 100644 --- a/normalize.css +++ b/normalize.css @@ -211,7 +211,7 @@ sup { font-size: 75%; line-height: 0; position: relative; - vertical-align: middle; + vertical-align: baseline; } sup { @@ -219,7 +219,7 @@ sup { } sub { - bottom: -0.5em; + bottom: -0.25em; } /*