sub / sup added

This commit is contained in:
raphaelgoetter 2013-05-13 18:39:30 +02:00
parent a2c82c9a78
commit 8b9dbe78ae

View File

@ -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/ * Licence CC-BY http://creativecommons.org/licenses/by/3.0/fr/
*/ */
@ -138,17 +138,16 @@ mark {
padding:2px 4px; padding:2px 4px;
background: #ff0; background: #ff0;
} }
/* avoid bad line-height */
sup, sup,
sub { sub {
vertical-align: 0; vertical-align: 0;
position: relative; position: relative;
} }
sup { sup {
bottom: 1ex; bottom: 1ex;
} }
sub { sub {
top: .5ex; top: .5ex;
} }
table { margin-bottom: 1.5em; } table { margin-bottom: 1.5em; }