blob: b4d5e9817713dcc8241710a6dcf5caf2fb2d0182 [file] [log] [blame]
<!DOCTYPE html>
<body>
<style>
body {
font-family: "Helvetica Neue", sans-serif;
font-size: 16px;
}
div {
line-height: 33px;
height: 33px;
-webkit-appearance:none;
background: red;
border: none;
display: inline-block;
font-family: inherit;
font-size: inherit;
padding: 0;
text-decoration: underline;
vertical-align: top;
width: 80px;
}
</style>
<div>Some text</div>
</body>