ChavezArquitectos / curvycorners

Automatically exported from code.google.com/p/curvycorners
0 stars 0 forks source link

Opera 9.x - tab or space in line before classname causes problems #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

<style>
.mybox { -webkit-border-radius: 10px; -moz-border-radius: 10px;} 
</style>

=> WORKS

<style>
 .mybox { -webkit-border-radius: 10px; -moz-border-radius: 10px;}
</style>

=> DOESN'T WORK

Tested on Opera 9.64

Original issue reported on code.google.com by ludwig.t...@gmail.com on 12 Aug 2009 at 12:19

GoogleCodeExporter commented 8 years ago
Confirmed - a previous fix for this problem didn't work. Does now.

Original comment by c.1%smit...@gtempaccount.com on 12 Aug 2009 at 10:46