Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!doctype html>
2 <html>
3 <head>
4 <style>
5 #container {
6 height: 300px;
7 width: 300px;
8 overflow:hidden;
9 border-radius:30px;
10 }
11 #inner {
12 width: 380px;
13 height: 260px;
14 background-color: #7fff7f;
15 }
16 </style>
17 </head>
18 <body>
19 <div id="container">
20 <div id="inner">
21 </div>
22 </div>
23 </body>
24 </html>