Merge pull request #15 from nico3333fr/patch-1

Proposition : enhancement of tag sub/sup
This commit is contained in:
Raphael Goetter 2013-05-13 09:36:10 -07:00
commit a2c82c9a78

View File

@ -138,6 +138,18 @@ mark {
padding:2px 4px;
background: #ff0;
}
/* avoid bad line-height */
sup,
sub {
vertical-align: 0;
position: relative;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
table { margin-bottom: 1.5em; }
@ -534,4 +546,4 @@ textarea {
body {
-webkit-text-size-adjust: 100%;
}
}
}