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 | <html> |
michael@0 | 3 | <link rel='stylesheet' type='text/css' href='style.css'> |
michael@0 | 4 | <style> |
michael@0 | 5 | meter { |
michael@0 | 6 | -moz-orient: vertical; |
michael@0 | 7 | } |
michael@0 | 8 | meter:nth-child(1) { margin: 10px; padding: 0px; } |
michael@0 | 9 | meter:nth-child(2) { margin: 0px; padding: 10px; } |
michael@0 | 10 | meter:nth-child(3) { margin: 10px; padding: 10px; } |
michael@0 | 11 | meter:nth-child(4) { margin: 5px; padding: 5px; } |
michael@0 | 12 | meter:nth-child(5) { margin: 50px; padding: 50px; } |
michael@0 | 13 | meter:nth-child(6) { margin: 100px; padding: 100px; } |
michael@0 | 14 | meter:nth-child(7) { margin: 10px 0px 0px 0px; padding: 0px; } |
michael@0 | 15 | meter:nth-child(8) { margin: 0px 10px 0px 0px; padding: 0px; } |
michael@0 | 16 | meter:nth-child(9) { margin: 0px 0px 10px 0px; padding: 0px; } |
michael@0 | 17 | meter:nth-child(10) { margin: 0px 0px 0px 10px; padding: 0px; } |
michael@0 | 18 | meter:nth-child(11) { margin: 0px; padding: 10px 0px 0px 0px; } |
michael@0 | 19 | meter:nth-child(12) { margin: 0px; padding: 0px 10px 0px 0px; } |
michael@0 | 20 | meter:nth-child(13) { margin: 0px; padding: 0px 0px 10px 0px; } |
michael@0 | 21 | meter:nth-child(14) { margin: 0px; padding: 0px 0px 0px 10px; } |
michael@0 | 22 | meter:nth-child(15) { margin: 0px; padding: 2px 4px 6px 8px; } |
michael@0 | 23 | meter:nth-child(16) { margin: 2px 4px 6px 8px; padding: 0px; } |
michael@0 | 24 | </style> |
michael@0 | 25 | <body> |
michael@0 | 26 | <meter value='1'></meter> |
michael@0 | 27 | <meter value='1'></meter> |
michael@0 | 28 | <meter value='1'></meter> |
michael@0 | 29 | <meter value='1'></meter> |
michael@0 | 30 | <meter value='1'></meter> |
michael@0 | 31 | <meter value='1'></meter> |
michael@0 | 32 | <meter value='1'></meter> |
michael@0 | 33 | <meter value='1'></meter> |
michael@0 | 34 | <meter value='1'></meter> |
michael@0 | 35 | <meter value='1'></meter> |
michael@0 | 36 | <meter value='1'></meter> |
michael@0 | 37 | <meter value='1'></meter> |
michael@0 | 38 | <meter value='1'></meter> |
michael@0 | 39 | <meter value='1'></meter> |
michael@0 | 40 | <meter value='1'></meter> |
michael@0 | 41 | <meter value='1'></meter> |
michael@0 | 42 | </body> |
michael@0 | 43 | </html> |