blob: e9c564397b16f231f36f8d406dc8c35dae7c75a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!DOCTYPE HTML>
<meta charset="utf-8">
<style>
div.outer {
width: 450px;
font-size: 34px;
}
button {
font-size: 12px;
width: 110px;
}
</style>
<!--
Because this button has a fixed width,
font inflation should be disabled.
-->
<div class="outer">
<form><button>Add Comment</button></form>
</div>
|