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