An example of setting css properties in WebKit browsers
/* This works only in Safari and Google Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.classNameHere {
margin: 0 0 1px 0;
padding: 0px 3px 0px 3px;
}
#exampleBorderStyleHere {
border:solid 1px #000000;
}
}
No comments:
Post a Comment