I\'m getting a strange bug in the browsers in iOS7 where black lines are appearing around div elements. But when you zoom in to an element, these lines are disappearing. Doe
Use "background-image" property with the same gradient values:
background-image: -webkit-linear-gradient(top, #your_color, #your_color);