I wanna give different css for safari. Because my code works perfect in chrome and Firefox. But it destroy the structure in safari. so, I want to give different stylesheet for safari. I already tried,
button{
margin: 0px 10px 0px 0px /* Safari */;
margin: 0px 10px 0px 20px /* chrome */;
}
This is just one example, but there are so many things, which break in safari.