Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <body> | |
| 3 <style> | |
| 4 body { | |
| 5 font-family: "Helvetica Neue", sans-serif; | |
| 6 font-size: 16px; | |
| 7 } | |
| 8 div { | |
| 9 line-height: 33px; | |
| 10 height: 33px; | |
| 11 | |
| 12 -webkit-appearance:none; | |
| 13 background: red; | |
| 14 border: none; | |
| 15 display: inline-block; | |
| 16 font-family: inherit; | |
| 17 font-size: inherit; | |
| 18 padding: 0; | |
| 19 text-decoration: underline; | |
| 20 vertical-align: top; | |
| 21 width: 80px; | |
| 22 } | |
| 23 </style> | |
| 24 <div>Some text</div> | |
| 25 </body> | |
| OLD | NEW |