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