Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>Styling the CANVAS element</title>
5 <style type="text/css">
6 div{
7 position: absolute;
8 top:37px; left:4em;
9 background:lime;
10 border:.5em solid black;
11 height:1em;
12 width:1em;
13 display:block;
14 }
15 </style>
16 </head>
17 <body>
18 <div></div>
19 </body>
20 </html>