Closed vivienlacourba closed 8 years ago
Reported by anonymous on 9 Dec 2012 06:11 UTC Using the following snippet of CSS code:
div#cartlcolumn { min-height:304px; float:left; width:390px; border-right:solid; border-width:2px; border-color:#AdAeB0; padding-right:13px; }
I get this warning: 1 div#cartlcolumn Redefinition of border-right
Either I'm blind and there is a second border-right: in the code above, or else this is a bug of some kind.
Reported by anonymous on 9 Dec 2012 06:11 UTC Using the following snippet of CSS code:
div#cartlcolumn { min-height:304px; float:left; width:390px; border-right:solid; border-width:2px; border-color:#AdAeB0; padding-right:13px; }
I get this warning: 1 div#cartlcolumn Redefinition of border-right
Either I'm blind and there is a second border-right: in the code above, or else this is a bug of some kind.