I have the following CSS:
div.post-block {
border: 1px solid #c0c0c0;
padding:5px;
margin-bottom:10px;
border-radius:5px;
}
But the corners are not being rounded.
I used Inspect element and only the first 3 (border: 1px solid #c0c0c0; padding:5px; margin-bottom:10px;) are being rendered. No error messages, no line through border-radius:5px; (it doesn't show at all).