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-style: solid;
11 -moz-border-radius: 20px;
12 }
13 </style>
14 <body>
15 <div style="border-color: #b30000 #ff7f7f #ff7f7f #b30000"></div>
16 <div style="border-color: #ff7f7f #b30000 #b30000 #ff7f7f"></div>
17 </body>
18 </html>