Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!doctype html>
2 <html><head>
3 <title>3d effect degradation at 1px with border radius</title>
4 <style>
5 div {
6 width: 50px;
7 height: 50px;
8 margin: 10px;
9 border-width: 1px;
10 border-color: red;
11 -moz-border-radius: 20px;
12 }
13 </style>
14 <body>
15 <div style="border-style: inset"></div>
16 <div style="border-style: outset"></div>
17 </body>
18 </html>