blob: 168159b2a6f8c9145cef08a422c8e92538fe73ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style>
p { line-height: 44px; }
sub, sup { vertical-align: top; }
</style>
</head>
<body>
<p>Test<sup style="line-height: inherit">Test</sup><sub style="line-height: inherit">Test</sub></p>
</body>
</html>
|