From 8b9dbe78aeaab4f722a23eecd8b483c23a2a160f Mon Sep 17 00:00:00 2001 From: raphaelgoetter Date: Mon, 13 May 2013 18:39:30 +0200 Subject: [PATCH] sub / sup added --- css/knacss.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/css/knacss.css b/css/knacss.css index 54c921d..7e28b00 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -1,5 +1,5 @@ /* -* www.KNACSS.com V2.6e @author: Raphael Goetter, Alsacreations +* www.KNACSS.com V2.6f @author: Raphael Goetter, Alsacreations * Licence CC-BY http://creativecommons.org/licenses/by/3.0/fr/ */ @@ -138,17 +138,16 @@ mark { padding:2px 4px; background: #ff0; } -/* avoid bad line-height */ sup, sub { - vertical-align: 0; - position: relative; + vertical-align: 0; + position: relative; } sup { - bottom: 1ex; + bottom: 1ex; } sub { - top: .5ex; + top: .5ex; } table { margin-bottom: 1.5em; }