By zoliky on
I've made a template from scratch. Is there any reason to use this style? :
img, img a {
border: none;
}
I don't have any border around the images. My css reset is simple:
* {
margin: 0;
padding: 0;
outline: 0;
}
I would be grateful for any suggestion. Thanks!
Comments
Ok, I saw "img { border: none
Ok, I saw "img { border: none }" is already applied in system.css
I don't understand why themers override this rule.