Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 <!DOCTYPE html>
2 <style>
3 @font-face {
4 font-family: "Ahem";
5 src: url(../../fonts/Ahem.ttf);
6 }
7 select {
8 -moz-appearance: none;
9 border: none;
10 font-family: Ahem;
11 font-size: 20px;
12 padding: 0;
13 box-sizing: content-box;
14 height: 40px;
15 }
16 </style>
17 <select>
18 <option>X</option>
19 </select>