Merge pull request #15 from nico3333fr/patch-1
Proposition : enhancement of tag sub/sup
This commit is contained in:
commit
a2c82c9a78
1 changed files with 13 additions and 1 deletions
|
@ -138,6 +138,18 @@ mark {
|
||||||
padding:2px 4px;
|
padding:2px 4px;
|
||||||
background: #ff0;
|
background: #ff0;
|
||||||
}
|
}
|
||||||
|
/* avoid bad line-height */
|
||||||
|
sup,
|
||||||
|
sub {
|
||||||
|
vertical-align: 0;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
sup {
|
||||||
|
bottom: 1ex;
|
||||||
|
}
|
||||||
|
sub {
|
||||||
|
top: .5ex;
|
||||||
|
}
|
||||||
|
|
||||||
table { margin-bottom: 1.5em; }
|
table { margin-bottom: 1.5em; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue