Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!DOCTYPE HTML>
2 <html>
3 <style type="text/css">
4 div {
5 width: 64px;
6 height: 64px;
7 border: 64px solid blue;
8 }
9 </style>
10 <body>
11 <div style="height: 0; border-bottom: 0; border-top-left-radius: 64px; border-top-right-radius: 64px;"></div>
12 <div style="height: 64px; border-width: 0 64px;"></div>
13 <div style="height: 0; border-top: 0; border-bottom-left-radius: 64px; border-bottom-right-radius: 64px;"></div>
14 </body>
15 </html>