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;
|
||||
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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue